COLOR #001250

HEX: #001250 RGB: (0,18,80)

Color info

#001250 contains mainly blue color. Web safe color of #001250 is #000066 (or #006).

RGB color model

#001250 color RGB value is (0,18,80).

RGB: (0,18,80) (0%, 7%, 31%)

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 80 of 255 = 31%

0
18
80

R + G + B ~ 13%. #001250 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 18 + 80 = 98 (100%)
R 0 of 98 ~ 0%
G 18 of 98 ~ 18.37%
B 80 of 98 ~ 81.63'%

%18.37
%81.63

CMYK color model

#001250 color CMYK value is (100,78,0,69).

  • cyan value is 100.00%
  • magenta value is 77.50%
  • yellow value is 0.00%
  • key color value is 68.63%

CMYK: (100,78,0,69)
C100M78Y0K69 (100%, 78%, 0%, 69%)
(1.00 / 0.78 / 0.00 / 0.69)

CMYK percentages

%100
%77.5
%0
%68.63

Codes

Color #001250 in popluar color models

00 12 50
RGB 0 18 80
HSL 227° 100.00% 15.69%
HSB/HSV 227° 100.00% 31.37%
CMYK 100.00% 77.50% 0.00%
68.63%

Color #001250 in popluar number systems.

HEX 00 12 50
Decimal 0 18 80
Binary 0 10010 1010000
Octal 0 22 120

Shades and tints

Shades of #001250

#001250
(0,18,80)
#001149
(0,17,73)
#001042
(0,16,66)
#000F3B
(0,15,59)
#000E34
(0,14,52)
#000D2D
(0,13,45)
#000C26
(0,12,38)
#000B1F
(0,11,31)
#000A18
(0,10,24)
#000911
(0,9,17)
#00080A
(0,8,10)
#000000
(0,0,0)

Tints of #001250

#001250
(0,18,80)
#17275F
(23,39,95)
#2E3C6E
(46,60,110)
#45517D
(69,81,125)
#5C668C
(92,102,140)
#737B9B
(115,123,155)
#8A90AA
(138,144,170)
#A1A5B9
(161,165,185)
#B8BAC8
(184,186,200)
#CFCFD7
(207,207,215)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #001250; }

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

This text font color is #001250.

Background Color

.myBgColor { background-color: #001250; }

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

This div background color is #001250.

Border color

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

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

This div border color is #001250.

Opacity

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

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

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

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

This text has shadow with #001250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #001250.

Preview

Color preview on black background

This text has color #001250 on black background.


Color preview on white background

This text has color #001250 on white background.


Black color preview on #001250 background

This text has black color on #001250 background.


White color preview on #001250 background

This text has white color on #001250 background.


Related colors

Complementary color

Complementary color for #hex is #FFEDAF.


I love getcolorcode.com

Triadic colors

1 #500012 and #125000 with #001250 are triadic colors.

2 #501200 and #120050 with #001250 are triadic colors.