Html Css Color HEX #024A72 Dark Cerulean

📋 copy color: '#024A72'

red 2 ◦ green 74 ◦ blue 114

#024A72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #024A72

Tints of Dark Cerulean #024A72

RGB

 RED value IS 2 (1.17% from 255) = 1.05%

 GREEN value IS 74 (29.3% from 255) = 38.95%

 BLUE value IS 114 (44.92% from 255) = 60%

R = 1.05%
G = 38.95%
B = 60%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024A72 (or 0x024A72) is known color: 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

RGB 2 74 114 -
CMYK 0.98 0.35 0 0.55
HSL 201.43º 0.97% 0.23% -
HSV(B) 201.43º 0.98% 0.45% -
XYZ 5.51 6.13 16.81 -
YUV 57.03 160.15 88.75 -
System Red Green Blue C M Y K H S L
Decimal 2 74 114 0.98 0.35 0 0.55 201.43 0.97 0.23
Hex 2 4A 72 62 23 0 37 C9 61 17
Octal 2 112 162 142 43 0 67 311 141 27
Binary 10 1001010 1110010 1100010 100011 0 110111 11001001 1100001 10111

Color Harmonies of #024A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A72

Black with #024A72

Text Example


Text Example

White with #024A72

Text Example


Text Example

HTML Codes & Css Web 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>