Html Css Color HEX #024271 Dark Cerulean

📋 copy color: '#024271'

red 2 ◦ green 66 ◦ blue 113

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

Shades of Dark Cerulean #024271

Tints of Dark Cerulean #024271

RGB

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

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

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

R = 1.1%
G = 36.46%
B = 62.43%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#024271 (or 0x024271) is known color: Dark Cerulean. HEX triplet: 02, 42 and 71. RGB value is (2,66,113). Sum of RGB (Red+Green+Blue) = 2+66+113=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #024271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024271 is #FDBD8E. Grayscale: #333333. Windows color (decimal): -16629135 or 7422466. OLE color: 7422466.

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

Color convert

RGB 2 66 113 -
CMYK 0.98 0.42 0 0.56
HSL 205.41º 0.97% 0.23% -
HSV(B) 205.41º 0.98% 0.44% -
XYZ 4.95 5.1 16.35 -
YUV 52.22 162.3 92.18 -
System Red Green Blue C M Y K H S L
Decimal 2 66 113 0.98 0.42 0 0.56 205.41 0.97 0.23
Hex 2 42 71 62 2A 0 38 CD 61 17
Octal 2 102 161 142 52 0 70 315 141 27
Binary 10 1000010 1110001 1100010 101010 0 111000 11001101 1100001 10111

Color Harmonies of #024271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024271

Black with #024271

Text Example


Text Example

White with #024271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024271; }

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

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

background-color css

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

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

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

border-color css

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

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

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