#024075

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

Shades of Dark Cerulean #024075

Tints of Dark Cerulean #024075

Color information

#024075 (or 0x024075) is unknown color: approx Dark Cerulean. HEX triplet: 02, 40 and 75. RGB value is (2,64,117). Sum of RGB (Red+Green+Blue) = 2+64+117=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #024075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024075 is #FDBF8A. Grayscale: #333333. Windows color (decimal): -16629643 or 7684098. OLE color: 7684098.

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

Color convert

RGB264117-
CMYK0.980.4500.54
HSL207.65º96.64%23.33%-
HSV(B)207.65º98.29%45.88%-
XYZ5.074.9617.52-
YUV51.5164.9692.69-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 117 (46.09% from 255) = 63.93%
R=1.09%
G=34.97%
B=63.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2641170.980.4500.54207.6596.6423.33
Hex24075622D036d06117
Octal21001651425506632014127
Binary10100000011101011100010101101011011011010000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024075; }

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

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

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

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

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

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

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

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