COLOR #00249B

HEX: #00249B
RGB: (0,36,155)

Renk bilgisi

#00249B contains mainly blue color. #00249B ‘ nin web güvenlik rengi #003399 (ya da #039) dir.

RGB renk modeli

#00249B color RGB value is (0,36,155).

  • kırmız ton 0;
  • yeşil ton 36;
  • mavi ton 155.
RGB:
(0,36,155)
(0%,14%,61%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 36 of 255 = 14%
B 155 of 255 = 61%

0
36
155

R + G + B ~ 25%. #00249B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 36 + 155 = 191 (100%)
R 0 of 191 ~ 0%
G 36 of 191 ~ 18.85%
B 155 of 191 ~ 81.15%

%18.85
%81.15

CMYK RENK MODELİ

#00249B rengi CMYK tonu (100,77,0,39).

  • camgöbeği tonu 100.00%
  • eflatun tonu 76.77%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(100,77,0,39)
C100M77Y0K39 
(100%,77%,0%,39%)
(1.00/0.77/0.00/0.39)	

CMYK yüzdeleri

%100
%76.77
%0
%39.22

Codes

Color #00249B in popluar color models

00249B
RGB036155
HSL226°100.00%30.39%
HSB/HSV226°100.00%60.78%
CMYK100.00%76.77%0.00%
39.22%

Color #00249B in popluar number systems.

HEX00249B
Decimal036155
Binary010010010011011
Octal044233

Shades and tints

Shades of #00249B

#00249B
(0,36,155)
#00218D
(0,33,141)
#001E7F
(0,30,127)
#001B71
(0,27,113)
#001863
(0,24,99)
#001555
(0,21,85)
#001247
(0,18,71)
#000F39
(0,15,57)
#000C2B
(0,12,43)
#00091D
(0,9,29)
#00060F
(0,6,15)
#000000
(0,0,0)

Tints of #00249B

#00249B
(0,36,155)
#1737A4
(23,55,164)
#2E4AAD
(46,74,173)
#455DB6
(69,93,182)
#5C70BF
(92,112,191)
#7383C8
(115,131,200)
#8A96D1
(138,150,209)
#A1A9DA
(161,169,218)
#B8BCE3
(184,188,227)
#CFCFEC
(207,207,236)
#E6E2F5
(230,226,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00249B color. Also use rgb(0,36,155) instead hex code.

Text Font Color

.myTextColor { color: #00249B; }

<p style="color:#00249B">This sample text font color is #00249B.</p>

This text font color is #00249B.


Background Color

.myBgColor { background-color: #00249B; }

<div style="background-color:#00249B">Inner text</div>

This div background color is #00249B.


Border color

.myBorderColor { border: 1px solid #00249B; }

<div style="border:3px solid #00249B">Div</div>

This div border color is #00249B.


Opacity

.myOpacity80 { color: #00249B; opacity: 0.8; }

<p style="color:#00249B;opacity:0.8;">80%</p>

Text with #00249B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00249B;}

<p style="text-shadow: 3px 3px 1px #00249B">Text here.</p>

This text has shadow with #00249B color.

.textShadow {text-shadow: 3px 3px 1px #00249B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00249B, 5px 5px 20px red">Text here.</p>

This text has shadow with #00249B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00249B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00249B, Direction=45, Strength=4)">Text</p>

This text has shadow with #00249B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00249B;
  -webkit-box-shadow:	1px 1px 3px 2px #00249B;
  box-shadow:		1px 1px 3px 2px #00249B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00249B;
-webkit-box-shadow: 1px 1px 3px 2px #00249B;
box-shadow:1px 1px 3px 2px #00249B;">
Div content here</div>
This div box has shadow with color #00249B.

Preview

Color preview on black background

This text has color #00249B on black background.


Color preview on white background

This text has color #00249B on white background.



Black color preview on #00249B background

This text has black color on #00249B background.


White color preview on #00249B background

This text has white color on #00249B background.