Html Css Color HEX #024270 Dark Cerulean

📋 copy color: '#024270'

red 2 ◦ green 66 ◦ blue 112

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

Shades of Dark Cerulean #024270

Tints of Dark Cerulean #024270

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.67%

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

R = 1.11%
G = 36.67%
B = 62.22%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#024270 (or 0x024270) is known color: Dark Cerulean. HEX triplet: 02, 42 and 70. RGB value is (2,66,112). Sum of RGB (Red+Green+Blue) = 2+66+112=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 112 (44.14% from 255 or 62.22% from 180); Max value from RGB is 112 - color contains mainly: blue. Hex color #024270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024270 is #FDBD8F. Grayscale: #333333. Windows color (decimal): -16629136 or 7356930. OLE color: 7356930.

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

Color convert

RGB 2 66 112 -
CMYK 0.98 0.41 0 0.56
HSL 205.09º 0.96% 0.22% -
HSV(B) 205.09º 0.98% 0.44% -
XYZ 4.9 5.08 16.05 -
YUV 52.11 161.8 92.26 -
System Red Green Blue C M Y K H S L
Decimal 2 66 112 0.98 0.41 0 0.56 205.09 0.96 0.22
Hex 2 42 70 62 29 0 38 CD 60 16
Octal 2 102 160 142 51 0 70 315 140 26
Binary 10 1000010 1110000 1100010 101001 0 111000 11001101 1100000 10110

Color Harmonies of #024270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024270

Black with #024270

Text Example


Text Example

White with #024270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024270; }

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

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

background-color css

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

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

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

border-color css

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

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

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