Html Css Color HEX #024070 Dark Cerulean

📋 copy color: '#024070'

red 2 ◦ green 64 ◦ blue 112

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

Shades of Dark Cerulean #024070

Tints of Dark Cerulean #024070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.96%

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

R = 1.12%
G = 35.96%
B = 62.92%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#024070 (or 0x024070) is known color: Dark Cerulean. HEX triplet: 02, 40 and 70. RGB value is (2,64,112). Sum of RGB (Red+Green+Blue) = 2+64+112=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #024070 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024070 is #FDBF8F. Grayscale: #323232. Windows color (decimal): -16629648 or 7356418. OLE color: 7356418.

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

Color convert

RGB 2 64 112 -
CMYK 0.98 0.43 0 0.56
HSL 206.18º 0.96% 0.22% -
HSV(B) 206.18º 0.98% 0.44% -
XYZ 4.78 4.85 16.01 -
YUV 50.93 162.46 93.1 -
System Red Green Blue C M Y K H S L
Decimal 2 64 112 0.98 0.43 0 0.56 206.18 0.96 0.22
Hex 2 40 70 62 2B 0 38 CE 60 16
Octal 2 100 160 142 53 0 70 316 140 26
Binary 10 1000000 1110000 1100010 101011 0 111000 11001110 1100000 10110

Color Harmonies of #024070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024070

Black with #024070

Text Example


Text Example

White with #024070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024070; }

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

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

background-color css

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

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

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

border-color css

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

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

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