#020687

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

Shades of Dark Blue #020687

Tints of Dark Blue #020687

Color information

#020687 (or 0x020687) is unknown color: approx Dark Blue. HEX triplet: 02, 06 and 87. RGB value is (2,6,135). Sum of RGB (Red+Green+Blue) = 2+6+135=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 135 (53.12% from 255 or 94.41% from 143); Max value from RGB is 135 - color contains mainly: blue. Hex color #020687 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #020687 is #FDF978. Grayscale: #121212. Windows color (decimal): -16644473 or 8848898. OLE color: 8848898.

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

Color convert

RGB26135-
CMYK0.990.9600.47
HSL238.2º97.08%26.86%-
HSV(B)238.2º98.52%52.94%-
XYZ4.461.8923.05-
YUV19.51193.17115.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 6 (2.73% from 255) = 4.20%
BLUE value IS 135 (53.12% from 255) = 94.41%
R=1.40%
G=4.20%
B=94.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal261350.990.9600.47238.297.0826.86
Hex2687636002Fee611b
Octal2620714314005735614133
Binary101101000011111000111100000010111111101110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020687; }

 p { color: rgb(2,6,135); }

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

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

 a { background-color: rgb(2,6,135); }

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

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

 span { border-color: rgb(2,6,135); }

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