#060287

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

Shades of Dark Blue #060287

Tints of Dark Blue #060287

Color information

#060287 (or 0x060287) is unknown color: approx Dark Blue. HEX triplet: 06, 02 and 87. RGB value is (6,2,135). Sum of RGB (Red+Green+Blue) = 6+2+135=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 2 (1.17% from 255 or 1.40% 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 #060287 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060287 is #F9FD78. Grayscale: #111111. Windows color (decimal): -16383353 or 8847878. OLE color: 8847878.

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

Color convert

RGB62135-
CMYK0.960.9900.47
HSL241.8º97.08%26.86%-
HSV(B)241.8º98.52%52.94%-
XYZ4.471.8323.04-
YUV18.36193.83119.19-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal621350.960.9900.47241.897.0826.86
Hex6287606302Ff2611b
Octal6220714014305736214133
Binary110101000011111000001100011010111111110010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060287; }

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

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

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

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

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

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

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

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