Html Css Color HEX #024674 Dark Cerulean

📋 copy color: '#024674'

red 2 ◦ green 70 ◦ blue 116

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

Shades of Dark Cerulean #024674

Tints of Dark Cerulean #024674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.23%

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

R = 1.06%
G = 37.23%
B = 61.7%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024674 (or 0x024674) is known color: Dark Cerulean. HEX triplet: 02, 46 and 74. RGB value is (2,70,116). Sum of RGB (Red+Green+Blue) = 2+70+116=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 116 (45.70% from 255 or 61.70% from 188); Max value from RGB is 116 - color contains mainly: blue. Hex color #024674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024674 is #FDB98B. Grayscale: #363636. Windows color (decimal): -16628108 or 7620098. OLE color: 7620098.

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

Color convert

RGB 2 70 116 -
CMYK 0.98 0.40 0 0.55
HSL 204.21º 0.97% 0.23% -
HSV(B) 204.21º 0.98% 0.45% -
XYZ 5.37 5.65 17.33 -
YUV 54.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 2 70 116 0.98 0.40 0 0.55 204.21 0.97 0.23
Hex 2 46 74 62 28 0 37 CC 61 17
Octal 2 106 164 142 50 0 67 314 141 27
Binary 10 1000110 1110100 1100010 101000 0 110111 11001100 1100001 10111

Color Harmonies of #024674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024674

Black with #024674

Text Example


Text Example

White with #024674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024674; }

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

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

background-color css

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

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

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

border-color css

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

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

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