Html Css Color HEX #024F71 Dark Cerulean

📋 copy color: '#024F71'

red 2 ◦ green 79 ◦ blue 113

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

Shades of Dark Cerulean #024F71

Tints of Dark Cerulean #024F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.72%

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

R = 1.03%
G = 40.72%
B = 58.25%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#024F71 (or 0x024F71) is known color: Dark Cerulean. HEX triplet: 02, 4F and 71. RGB value is (2,79,113). Sum of RGB (Red+Green+Blue) = 2+79+113=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #024F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F71 is #FDB08E. Grayscale: #3B3B3B. Windows color (decimal): -16625807 or 7425794. OLE color: 7425794.

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

Color convert

RGB 2 79 113 -
CMYK 0.98 0.30 0 0.56
HSL 198.38º 0.97% 0.23% -
HSV(B) 198.38º 0.98% 0.44% -
XYZ 5.8 6.8 16.63 -
YUV 59.85 157.99 86.74 -
System Red Green Blue C M Y K H S L
Decimal 2 79 113 0.98 0.30 0 0.56 198.38 0.97 0.23
Hex 2 4F 71 62 1E 0 38 C6 61 17
Octal 2 117 161 142 36 0 70 306 141 27
Binary 10 1001111 1110001 1100010 11110 0 111000 11000110 1100001 10111

Color Harmonies of #024F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024F71

Black with #024F71

Text Example


Text Example

White with #024F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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