#024C75

Color #024C75 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #024C75

Tints of Dark Cerulean #024C75

Color information

#024C75 (or 0x024C75) is unknown color: approx 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

RGB276117-
CMYK0.980.3500.54
HSL201.39º96.64%23.33%-
HSV(B)201.39º98.29%45.88%-
XYZ5.826.4717.77-
YUV58.55160.9887.67-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2761170.980.3500.54201.3996.6423.33
Hex24C756223036c96117
Octal21141651424306631114127
Binary10100110011101011100010100011011011011001001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>