#024A72

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

Shades of Dark Cerulean #024A72

Tints of Dark Cerulean #024A72

Color information

#024A72 (or 0x024A72) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4A and 72. RGB value is (2,74,114). Sum of RGB (Red+Green+Blue) = 2+74+114=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #024A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024A72 is #FDB58D. Grayscale: #383838. Windows color (decimal): -16627086 or 7490050. OLE color: 7490050.

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

Color convert

RGB274114-
CMYK0.980.3500.55
HSL201.43º96.55%22.75%-
HSV(B)201.43º98.25%44.71%-
XYZ5.516.1316.81-
YUV57.03160.1588.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 74 (29.30% from 255) = 38.95%
BLUE value IS 114 (44.92% from 255) = 60%
R=1.05%
G=38.95%
B=60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2741140.980.3500.55201.4396.5522.75
Hex24A726223037c96117
Octal21121621424306731114127
Binary10100101011100101100010100011011011111001001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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