Html Css Color HEX #024C75 Dark Cerulean

📋 copy color: '#024C75'

red 2 ◦ green 76 ◦ blue 117

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

Shades of Dark Cerulean #024C75

Tints of Dark Cerulean #024C75

RGB

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

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

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

R = 1.03%
G = 38.97%
B = 60%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#024C75 (or 0x024C75) is known color: Dark Cerulean. HEX triplet: 02, 4C and 75. RGB value is (2,76,117). Sum of RGB (Red+Green+Blue) = 2+76+117=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #024C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024C75 is #FDB38A. Grayscale: #3A3A3A. Windows color (decimal): -16626571 or 7687170. OLE color: 7687170.

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

Color convert

RGB 2 76 117 -
CMYK 0.98 0.35 0 0.54
HSL 201.39º 0.97% 0.23% -
HSV(B) 201.39º 0.98% 0.46% -
XYZ 5.82 6.47 17.77 -
YUV 58.55 160.98 87.67 -
System Red Green Blue C M Y K H S L
Decimal 2 76 117 0.98 0.35 0 0.54 201.39 0.97 0.23
Hex 2 4C 75 62 23 0 36 C9 61 17
Octal 2 114 165 142 43 0 66 311 141 27
Binary 10 1001100 1110101 1100010 100011 0 110110 11001001 1100001 10111

Color Harmonies of #024C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C75

Black with #024C75

Text Example


Text Example

White with #024C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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