Html Css Color HEX #024670 Dark Cerulean

📋 copy color: '#024670'

red 2 ◦ green 70 ◦ blue 112

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

Shades of Dark Cerulean #024670

Tints of Dark Cerulean #024670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 60.87%

R = 1.09%
G = 38.04%
B = 60.87%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#024670 (or 0x024670) is known color: Dark Cerulean. HEX triplet: 02, 46 and 70. RGB value is (2,70,112). Sum of RGB (Red+Green+Blue) = 2+70+112=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #024670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024670 is #FDB98F. Grayscale: #363636. Windows color (decimal): -16628112 or 7357954. OLE color: 7357954.

HSL color Cylindrical-coordinate representation of color #024670: hue angle of 202.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024670 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 70 112 -
CMYK 0.98 0.38 0 0.56
HSL 202.91º 0.96% 0.22% -
HSV(B) 202.91º 0.98% 0.44% -
XYZ 5.14 5.56 16.13 -
YUV 54.46 160.47 90.58 -
System Red Green Blue C M Y K H S L
Decimal 2 70 112 0.98 0.38 0 0.56 202.91 0.96 0.22
Hex 2 46 70 62 26 0 38 CB 60 16
Octal 2 106 160 142 46 0 70 313 140 26
Binary 10 1000110 1110000 1100010 100110 0 111000 11001011 1100000 10110

Color Harmonies of #024670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024670

Black with #024670

Text Example


Text Example

White with #024670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024670; }

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

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

background-color css

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

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

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

border-color css

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

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

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