#024088

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

Shades of Dark Cerulean #024088

Tints of Dark Cerulean #024088

Color information

#024088 (or 0x024088) is unknown color: approx Dark Cerulean. HEX triplet: 02, 40 and 88. RGB value is (2,64,136). Sum of RGB (Red+Green+Blue) = 2+64+136=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #024088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024088 is #FDBF77. Grayscale: #353535. Windows color (decimal): -16629624 or 8929282. OLE color: 8929282.

HSL color Cylindrical-coordinate representation of color #024088: hue angle of 212.24º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024088 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB264136-
CMYK0.990.5300.47
HSL212.24º97.1%27.06%-
HSV(B)212.24º98.53%53.33%-
XYZ6.35.4624.01-
YUV53.67174.4691.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 64 (25.39% from 255) = 31.68%
BLUE value IS 136 (53.52% from 255) = 67.33%
R=0.99%
G=31.68%
B=67.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2641360.990.5300.47212.2497.127.06
Hex24088633502Fd4611b
Octal21002101436505732414133
Binary101000000100010001100011110101010111111010100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024088; }

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

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

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

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

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

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

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

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