#020886

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

Shades of Dark Blue #020886

Tints of Dark Blue #020886

Color information

#020886 (or 0x020886) is unknown color: approx Dark Blue. HEX triplet: 02, 08 and 86. RGB value is (2,8,134). Sum of RGB (Red+Green+Blue) = 2+8+134=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 134 (52.73% from 255 or 93.06% from 144); Max value from RGB is 134 - color contains mainly: blue. Hex color #020886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020886 is #FDF779. Grayscale: #141414. Windows color (decimal): -16643962 or 8783874. OLE color: 8783874.

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

Color convert

RGB28134-
CMYK0.990.9400.47
HSL237.27º97.06%26.67%-
HSV(B)237.27º98.51%52.55%-
XYZ4.411.9122.69-
YUV20.57192.01114.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.39%
GREEN value IS 8 (3.52% from 255) = 5.56%
BLUE value IS 134 (52.73% from 255) = 93.06%
R=1.39%
G=5.56%
B=93.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal281340.990.9400.47237.2797.0626.67
Hex2886635E02Fed611b
Octal21020614313605735514133
Binary1010001000011011000111011110010111111101101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020886; }

 p { color: rgb(2,8,134); }

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

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

 a { background-color: rgb(2,8,134); }

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

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

 span { border-color: rgb(2,8,134); }

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