Html Css Color HEX #024774 Dark Cerulean

📋 copy color: '#024774'

red 2 ◦ green 71 ◦ blue 116

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

Shades of Dark Cerulean #024774

Tints of Dark Cerulean #024774

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

 BLUE value IS 116 (45.7% from 255) = 61.38%

R = 1.06%
G = 37.57%
B = 61.38%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024774 (or 0x024774) is known color: Dark Cerulean. HEX triplet: 02, 47 and 74. RGB value is (2,71,116). Sum of RGB (Red+Green+Blue) = 2+71+116=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #024774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024774 is #FDB88B. Grayscale: #373737. Windows color (decimal): -16627852 or 7620354. OLE color: 7620354.

HSL color Cylindrical-coordinate representation of color #024774: hue angle of 203.68º 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 #024774 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 71 116 -
CMYK 0.98 0.39 0 0.55
HSL 203.68º 0.97% 0.23% -
HSV(B) 203.68º 0.98% 0.45% -
XYZ 5.43 5.78 17.35 -
YUV 55.5 162.14 89.84 -
System Red Green Blue C M Y K H S L
Decimal 2 71 116 0.98 0.39 0 0.55 203.68 0.97 0.23
Hex 2 47 74 62 27 0 37 CC 61 17
Octal 2 107 164 142 47 0 67 314 141 27
Binary 10 1000111 1110100 1100010 100111 0 110111 11001100 1100001 10111

Color Harmonies of #024774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024774

Black with #024774

Text Example


Text Example

White with #024774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024774; }

 p { color: rgb(2,71,116); }

 H1.HeaderClassName
 {
   color: #024774;
 }
 .AnyTagClassName
 {
   color: #024774;
 }
</style>

background-color css

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

 a { background-color: rgb(2,71,116); }

 div.DivClassName
 {
   background-color: #024774;
 }
 .BgClassName
 {
   background-color: #024774;
 }
</style>

border-color css

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

 span { border-color: rgb(2,71,116); }

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