Html Css Color HEX #024A71 Dark Cerulean

📋 copy color: '#024A71'

red 2 ◦ green 74 ◦ blue 113

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

Shades of Dark Cerulean #024A71

Tints of Dark Cerulean #024A71

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 2 74 113 -
CMYK 0.98 0.35 0 0.56
HSL 201.08º 0.97% 0.23% -
HSV(B) 201.08º 0.98% 0.44% -
XYZ 5.45 6.1 16.51 -
YUV 56.92 159.65 88.83 -
System Red Green Blue C M Y K H S L
Decimal 2 74 113 0.98 0.35 0 0.56 201.08 0.97 0.23
Hex 2 4A 71 62 23 0 38 C9 61 17
Octal 2 112 161 142 43 0 70 311 141 27
Binary 10 1001010 1110001 1100010 100011 0 111000 11001001 1100001 10111

Color Harmonies of #024A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024A71

Black with #024A71

Text Example


Text Example

White with #024A71

Text Example


Text Example

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