COLOR #001249

HEX: #001249
RGB: (0,18,73)

Color info

#001249 contains only green and blue colors. Web safe color of #001249 is #000033 (or #003).

RGB color model

#001249 color RGB value is (0,18,73).

  • red value is 0;
  • green value is 18;
  • blue value is 73.
RGB:
(0,18,73)
(0%,7%,29%)

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 73 of 255 = 29%

0
18
73

R + G + B ~ 12%. #001249 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 73 = 91 (100%)
R 0 of 91 ~ 0%
G 18 of 91 ~ 19.78%
B 73 of 91 ~ 80.22%

%19.78
%80.22

CMYK color model

#001249 color CMYK value is (100,75,0,71).

  • cyan value is 100.00%
  • magenta value is 75.34%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(100,75,0,71)
C100M75Y0K71 
(100%,75%,0%,71%)
(1.00/0.75/0.00/0.71)	

CMYK percentages

%100
%75.34
%0
%71.37

Codes

Color #001249 in popluar color models

001249
RGB01873
HSL225°100.00%14.31%
HSB/HSV225°100.00%28.63%
CMYK100.00%75.34%0.00%
71.37%

Color #001249 in popluar number systems.

HEX001249
Decimal01873
Binary0100101001001
Octal022111

Shades and tints

Shades of #001249

#001249
(0,18,73)
#001143
(0,17,67)
#00103D
(0,16,61)
#000F37
(0,15,55)
#000E31
(0,14,49)
#000D2B
(0,13,43)
#000C25
(0,12,37)
#000B1F
(0,11,31)
#000A19
(0,10,25)
#000913
(0,9,19)
#00080D
(0,8,13)
#000000
(0,0,0)

Tints of #001249

#001249
(0,18,73)
#172759
(23,39,89)
#2E3C69
(46,60,105)
#455179
(69,81,121)
#5C6689
(92,102,137)
#737B99
(115,123,153)
#8A90A9
(138,144,169)
#A1A5B9
(161,165,185)
#B8BAC9
(184,186,201)
#CFCFD9
(207,207,217)
#E6E4E9
(230,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #001249 color. Also use rgb(0,18,73) instead hex code.

Text Font Color

.myTextColor { color: #001249; }

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

This text font color is #001249.


Background Color

.myBgColor { background-color: #001249; }

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

This div background color is #001249.


Border color

.myBorderColor { border: 1px solid #001249; }

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

This div border color is #001249.


Opacity

.myOpacity80 { color: #001249; opacity: 0.8; }

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

Text with #001249 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 #001249;}

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

This text has shadow with #001249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #001249 on black background.


Color preview on white background

This text has color #001249 on white background.



Black color preview on #001249 background

This text has black color on #001249 background.


White color preview on #001249 background

This text has white color on #001249 background.