#024475

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

Shades of Dark Cerulean #024475

Tints of Dark Cerulean #024475

Color information

#024475 (or 0x024475) is unknown color: approx Dark Cerulean. HEX triplet: 02, 44 and 75. RGB value is (2,68,117). Sum of RGB (Red+Green+Blue) = 2+68+117=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #024475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024475 is #FDBB8A. Grayscale: #353535. Windows color (decimal): -16628619 or 7685122. OLE color: 7685122.

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

Color convert

RGB268117-
CMYK0.980.4200.54
HSL205.57º96.64%23.33%-
HSV(B)205.57º98.29%45.88%-
XYZ5.35.4317.6-
YUV53.85163.6391.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 117 (46.09% from 255) = 62.57%
R=1.07%
G=36.36%
B=62.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2681170.980.4200.54205.5796.6423.33
Hex24475622A036ce6117
Octal21041651425206631614127
Binary10100010011101011100010101010011011011001110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024475; }

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

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

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

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

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

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

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

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