Html Css Color HEX #024E7F Dark Cerulean

📋 copy color: '#024E7F'

red 2 ◦ green 78 ◦ blue 127

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

Shades of Dark Cerulean #024E7F

Tints of Dark Cerulean #024E7F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 37.68%

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

R = 0.97%
G = 37.68%
B = 61.35%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#024E7F (or 0x024E7F) is known color: Dark Cerulean. HEX triplet: 02, 4E and 7F. RGB value is (2,78,127). Sum of RGB (Red+Green+Blue) = 2+78+127=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #024E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024E7F is #FDB180. Grayscale: #3C3C3C. Windows color (decimal): -16626049 or 8343042. OLE color: 8343042.

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

Color convert

RGB 2 78 127 -
CMYK 0.98 0.39 0 0.50
HSL 203.52º 0.97% 0.25% -
HSV(B) 203.52º 0.98% 0.5% -
XYZ 6.58 6.99 21.08 -
YUV 60.86 165.32 86.02 -
System Red Green Blue C M Y K H S L
Decimal 2 78 127 0.98 0.39 0 0.50 203.52 0.97 0.25
Hex 2 4E 7F 62 27 0 32 CC 61 19
Octal 2 116 177 142 47 0 62 314 141 31
Binary 10 1001110 1111111 1100010 100111 0 110010 11001100 1100001 11001

Color Harmonies of #024E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024E7F

Black with #024E7F

Text Example


Text Example

White with #024E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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