#020C88

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

Shades of Dark Blue #020C88

Tints of Dark Blue #020C88

Color information

#020C88 (or 0x020C88) is unknown color: approx Dark Blue. HEX triplet: 02, 0C and 88. RGB value is (2,12,136). Sum of RGB (Red+Green+Blue) = 2+12+136=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 136 (53.52% from 255 or 90.67% from 150); Max value from RGB is 136 - color contains mainly: blue. Hex color #020C88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020C88 is #FDF377. Grayscale: #161616. Windows color (decimal): -16642936 or 8915970. OLE color: 8915970.

HSL color Cylindrical-coordinate representation of color #020C88: hue angle of 235.52º 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 #020C88 is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB212136-
CMYK0.990.9100.47
HSL235.52º97.1%27.06%-
HSV(B)235.52º98.53%53.33%-
XYZ4.62.0523.45-
YUV23.15191.69112.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.33%
GREEN value IS 12 (5.08% from 255) = 8%
BLUE value IS 136 (53.52% from 255) = 90.67%
R=1.33%
G=8%
B=90.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2121360.990.9100.47235.5297.127.06
Hex2C88635B02Fec611b
Octal21421014313305735414133
Binary1011001000100011000111011011010111111101100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020C88; }

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

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

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

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

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

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

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

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