Html Css Color HEX #024C76 Dark Cerulean

📋 copy color: '#024C76'

red 2 ◦ green 76 ◦ blue 118

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

Shades of Dark Cerulean #024C76

Tints of Dark Cerulean #024C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 60.2%

R = 1.02%
G = 38.78%
B = 60.2%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#024C76 (or 0x024C76) is known color: Dark Cerulean. HEX triplet: 02, 4C and 76. RGB value is (2,76,118). Sum of RGB (Red+Green+Blue) = 2+76+118=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #024C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C76 is #FDB389. Grayscale: #3A3A3A. Windows color (decimal): -16626570 or 7752706. OLE color: 7752706.

HSL color Cylindrical-coordinate representation of color #024C76: hue angle of 201.72º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024C76 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 76 118 -
CMYK 0.98 0.36 0 0.54
HSL 201.72º 0.97% 0.24% -
HSV(B) 201.72º 0.98% 0.46% -
XYZ 5.88 6.49 18.08 -
YUV 58.66 161.48 87.58 -
System Red Green Blue C M Y K H S L
Decimal 2 76 118 0.98 0.36 0 0.54 201.72 0.97 0.24
Hex 2 4C 76 62 24 0 36 CA 61 18
Octal 2 114 166 142 44 0 66 312 141 30
Binary 10 1001100 1110110 1100010 100100 0 110110 11001010 1100001 11000

Color Harmonies of #024C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C76

Black with #024C76

Text Example


Text Example

White with #024C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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