Html Css Color HEX #024071 Dark Cerulean

📋 copy color: '#024071'

red 2 ◦ green 64 ◦ blue 113

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

Shades of Dark Cerulean #024071

Tints of Dark Cerulean #024071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 63.13%

R = 1.12%
G = 35.75%
B = 63.13%

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

#024071 (or 0x024071) is known color: Dark Cerulean. HEX triplet: 02, 40 and 71. RGB value is (2,64,113). Sum of RGB (Red+Green+Blue) = 2+64+113=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 113 (44.53% from 255 or 63.13% from 179); Max value from RGB is 113 - color contains mainly: blue. Hex color #024071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024071 is #FDBF8E. Grayscale: #323232. Windows color (decimal): -16629647 or 7421954. OLE color: 7421954.

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

Color convert

RGB 2 64 113 -
CMYK 0.98 0.43 0 0.56
HSL 206.49º 0.97% 0.23% -
HSV(B) 206.49º 0.98% 0.44% -
XYZ 4.84 4.87 16.31 -
YUV 51.05 162.96 93.02 -
System Red Green Blue C M Y K H S L
Decimal 2 64 113 0.98 0.43 0 0.56 206.49 0.97 0.23
Hex 2 40 71 62 2B 0 38 CE 61 17
Octal 2 100 161 142 53 0 70 316 141 27
Binary 10 1000000 1110001 1100010 101011 0 111000 11001110 1100001 10111

Color Harmonies of #024071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024071

Black with #024071

Text Example


Text Example

White with #024071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024071; }

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

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

background-color css

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

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

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

border-color css

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

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

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