#020988

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

Shades of Dark Blue #020988

Tints of Dark Blue #020988

Color information

#020988 (or 0x020988) is unknown color: approx Dark Blue. HEX triplet: 02, 09 and 88. RGB value is (2,9,136). Sum of RGB (Red+Green+Blue) = 2+9+136=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 136 (53.52% from 255 or 92.52% from 147); Max value from RGB is 136 - color contains mainly: blue. Hex color #020988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020988 is #FDF677. Grayscale: #141414. Windows color (decimal): -16643704 or 8915202. OLE color: 8915202.

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

Color convert

RGB29136-
CMYK0.990.9300.47
HSL236.87º97.1%27.06%-
HSV(B)236.87º98.53%53.33%-
XYZ4.571.9923.44-
YUV21.38192.68114.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.36%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 136 (53.52% from 255) = 92.52%
R=1.36%
G=6.12%
B=92.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal291360.990.9300.47236.8797.127.06
Hex2988635D02Fed611b
Octal21121014313505735514133
Binary1010011000100011000111011101010111111101101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020988; }

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

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

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

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

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

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

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

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