Html Css Color HEX #024D75 Dark Cerulean

📋 copy color: '#024D75'

red 2 ◦ green 77 ◦ blue 117

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

Shades of Dark Cerulean #024D75

Tints of Dark Cerulean #024D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 59.69%

R = 1.02%
G = 39.29%
B = 59.69%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#024D75 (or 0x024D75) is known color: Dark Cerulean. HEX triplet: 02, 4D and 75. RGB value is (2,77,117). Sum of RGB (Red+Green+Blue) = 2+77+117=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #024D75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D75 is #FDB28A. Grayscale: #3A3A3A. Windows color (decimal): -16626315 or 7687426. OLE color: 7687426.

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

Color convert

RGB 2 77 117 -
CMYK 0.98 0.34 0 0.54
HSL 200.87º 0.97% 0.23% -
HSV(B) 200.87º 0.98% 0.46% -
XYZ 5.89 6.61 17.79 -
YUV 59.14 160.65 87.25 -
System Red Green Blue C M Y K H S L
Decimal 2 77 117 0.98 0.34 0 0.54 200.87 0.97 0.23
Hex 2 4D 75 62 22 0 36 C9 61 17
Octal 2 115 165 142 42 0 66 311 141 27
Binary 10 1001101 1110101 1100010 100010 0 110110 11001001 1100001 10111

Color Harmonies of #024D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024D75

Black with #024D75

Text Example


Text Example

White with #024D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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