#024175

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

Shades of Dark Cerulean #024175

Tints of Dark Cerulean #024175

Color information

#024175 (or 0x024175) is unknown color: approx Dark Cerulean. HEX triplet: 02, 41 and 75. RGB value is (2,65,117). Sum of RGB (Red+Green+Blue) = 2+65+117=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #024175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024175 is #FDBE8A. Grayscale: #333333. Windows color (decimal): -16629387 or 7684354. OLE color: 7684354.

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

Color convert

RGB265117-
CMYK0.980.4400.54
HSL207.13º96.64%23.33%-
HSV(B)207.13º98.29%45.88%-
XYZ5.135.0817.54-
YUV52.09164.6392.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 117 (46.09% from 255) = 63.59%
R=1.09%
G=35.33%
B=63.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2651170.980.4400.54207.1396.6423.33
Hex24175622C036cf6117
Octal21011651425406631714127
Binary10100000111101011100010101100011011011001111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024175; }

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

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

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

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

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

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

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

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