Html Css Color HEX #024D7C Dark Cerulean

📋 copy color: '#024D7C'

red 2 ◦ green 77 ◦ blue 124

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

Shades of Dark Cerulean #024D7C

Tints of Dark Cerulean #024D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.93%

 BLUE value IS 124 (48.83% from 255) = 61.08%

R = 0.99%
G = 37.93%
B = 61.08%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#024D7C (or 0x024D7C) is known color: Dark Cerulean. HEX triplet: 02, 4D and 7C. RGB value is (2,77,124). Sum of RGB (Red+Green+Blue) = 2+77+124=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #024D7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D7C is #FDB283. Grayscale: #3B3B3B. Windows color (decimal): -16626308 or 8146178. OLE color: 8146178.

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

Color convert

RGB 2 77 124 -
CMYK 0.98 0.38 0 0.51
HSL 203.11º 0.97% 0.25% -
HSV(B) 203.11º 0.98% 0.49% -
XYZ 6.32 6.78 20.04 -
YUV 59.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 2 77 124 0.98 0.38 0 0.51 203.11 0.97 0.25
Hex 2 4D 7C 62 26 0 33 CB 61 19
Octal 2 115 174 142 46 0 63 313 141 31
Binary 10 1001101 1111100 1100010 100110 0 110011 11001011 1100001 11001

Color Harmonies of #024D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D7C

Black with #024D7C

Text Example


Text Example

White with #024D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,77,124); }

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

background-color css

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

 a { background-color: rgb(2,77,124); }

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

border-color css

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

 span { border-color: rgb(2,77,124); }

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