#024A71

Color #024A71 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #024A71

Tints of Dark Cerulean #024A71

Color information

#024A71 (or 0x024A71) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4A and 71. RGB value is (2,74,113). Sum of RGB (Red+Green+Blue) = 2+74+113=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #024A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A71 is #FDB58E. Grayscale: #383838. Windows color (decimal): -16627087 or 7424514. OLE color: 7424514.

HSL color Cylindrical-coordinate representation of color #024A71: hue angle of 201.08º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024A71 is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB274113-
CMYK0.980.3500.56
HSL201.08º96.52%22.55%-
HSV(B)201.08º98.23%44.31%-
XYZ5.456.116.51-
YUV56.92159.6588.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 74 (29.30% from 255) = 39.15%
BLUE value IS 113 (44.53% from 255) = 59.79%
R=1.06%
G=39.15%
B=59.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2741130.980.3500.56201.0896.5222.55
Hex24A716223038c96117
Octal21121611424307031114127
Binary10100101011100011100010100011011100011001001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024A71; }

 p { color: rgb(2,74,113); }

 H1.HeaderClassName
 {
   color: #024A71;
 }
 .AnyTagClassName
 {
   color: #024A71;
 }
</style>
background-color css

<style>
 a { background-color: #024A71; }

 a { background-color: rgb(2,74,113); }

 div.DivClassName
 {
   background-color: #024A71;
 }
 .BgClassName
 {
   background-color: #024A71;
 }
</style>
border-color css

<style>
 span { border-color: #024A71; }

 span { border-color: rgb(2,74,113); }

 td.TdClassName
 {
   border-color: #024A71;
 }
 .TagClassName
 {
   border-color: #024A71;
 }
</style>