Html Css Color HEX #024C73 Dark Cerulean

📋 copy color: '#024C73'

red 2 ◦ green 76 ◦ blue 115

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

Shades of Dark Cerulean #024C73

Tints of Dark Cerulean #024C73

RGB

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

 GREEN value IS 76 (30.08% from 255) = 39.38%

 BLUE value IS 115 (45.31% from 255) = 59.59%

R = 1.04%
G = 39.38%
B = 59.59%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#024C73 (or 0x024C73) is known color: Dark Cerulean. HEX triplet: 02, 4C and 73. RGB value is (2,76,115). Sum of RGB (Red+Green+Blue) = 2+76+115=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 76 (30.08% from 255 or 39.38% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #024C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C73 is #FDB38C. Grayscale: #3A3A3A. Windows color (decimal): -16626573 or 7556098. OLE color: 7556098.

HSL color Cylindrical-coordinate representation of color #024C73: hue angle of 200.71º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024C73 is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 76 115 -
CMYK 0.98 0.34 0 0.55
HSL 200.71º 0.97% 0.23% -
HSV(B) 200.71º 0.98% 0.45% -
XYZ 5.7 6.42 17.16 -
YUV 58.32 159.98 87.83 -
System Red Green Blue C M Y K H S L
Decimal 2 76 115 0.98 0.34 0 0.55 200.71 0.97 0.23
Hex 2 4C 73 62 22 0 37 C9 61 17
Octal 2 114 163 142 42 0 67 311 141 27
Binary 10 1001100 1110011 1100010 100010 0 110111 11001001 1100001 10111

Color Harmonies of #024C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C73

Black with #024C73

Text Example


Text Example

White with #024C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,76,115); }

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

background-color css

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

 a { background-color: rgb(2,76,115); }

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

border-color css

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

 span { border-color: rgb(2,76,115); }

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