#024F75

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

Shades of Dark Cerulean #024F75

Tints of Dark Cerulean #024F75

Color information

#024F75 (or 0x024F75) is unknown color: approx Dark Cerulean. HEX triplet: 02, 4F and 75. RGB value is (2,79,117). Sum of RGB (Red+Green+Blue) = 2+79+117=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #024F75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024F75 is #FDB08A. Grayscale: #3C3C3C. Windows color (decimal): -16625803 or 7687938. OLE color: 7687938.

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

Color convert

RGB279117-
CMYK0.980.3200.54
HSL199.83º96.64%23.33%-
HSV(B)199.83º98.29%45.88%-
XYZ6.036.8917.84-
YUV60.31159.9986.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 79 (31.25% from 255) = 39.90%
BLUE value IS 117 (46.09% from 255) = 59.09%
R=1.01%
G=39.90%
B=59.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2791170.980.3200.54199.8396.6423.33
Hex24F756220036c86117
Octal21171651424006631014127
Binary10100111111101011100010100000011011011001000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #024F75;
 }
 .AnyTagClassName
 {
   color: #024F75;
 }
</style>
background-color css

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

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

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

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

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

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