Html Css Color HEX #024C7F Dark Cerulean

📋 copy color: '#024C7F'

red 2 ◦ green 76 ◦ blue 127

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

Shades of Dark Cerulean #024C7F

Tints of Dark Cerulean #024C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 61.95%

R = 0.98%
G = 37.07%
B = 61.95%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#024C7F (or 0x024C7F) is known color: Dark Cerulean. HEX triplet: 02, 4C and 7F. RGB value is (2,76,127). Sum of RGB (Red+Green+Blue) = 2+76+127=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #024C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C7F is #FDB380. Grayscale: #3B3B3B. Windows color (decimal): -16626561 or 8342530. OLE color: 8342530.

HSL color Cylindrical-coordinate representation of color #024C7F: hue angle of 204.48º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024C7F is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 76 127 -
CMYK 0.98 0.40 0 0.50
HSL 204.48º 0.97% 0.25% -
HSV(B) 204.48º 0.98% 0.5% -
XYZ 6.44 6.71 21.04 -
YUV 59.69 165.98 86.85 -
System Red Green Blue C M Y K H S L
Decimal 2 76 127 0.98 0.40 0 0.50 204.48 0.97 0.25
Hex 2 4C 7F 62 28 0 32 CC 61 19
Octal 2 114 177 142 50 0 62 314 141 31
Binary 10 1001100 1111111 1100010 101000 0 110010 11001100 1100001 11001

Color Harmonies of #024C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C7F

Black with #024C7F

Text Example


Text Example

White with #024C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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