#060387

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

Shades of Dark Blue #060387

Tints of Dark Blue #060387

Color information

#060387 (or 0x060387) is unknown color: approx Dark Blue. HEX triplet: 06, 03 and 87. RGB value is (6,3,135). Sum of RGB (Red+Green+Blue) = 6+3+135=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 135 (53.12% from 255 or 93.75% from 144); Max value from RGB is 135 - color contains mainly: blue. Hex color #060387 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060387 is #F9FC78. Grayscale: #121212. Windows color (decimal): -16383097 or 8848134. OLE color: 8848134.

HSL color Cylindrical-coordinate representation of color #060387: hue angle of 241.36º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060387 is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB63135-
CMYK0.960.9800.47
HSL241.36º95.65%27.06%-
HSV(B)241.36º97.78%52.94%-
XYZ4.481.8523.04-
YUV18.94193.49118.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 3 (1.56% from 255) = 2.08%
BLUE value IS 135 (53.12% from 255) = 93.75%
R=4.17%
G=2.08%
B=93.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal631350.960.9800.47241.3695.6527.06
Hex6387606202Ff1601b
Octal6320714014205736114033
Binary110111000011111000001100010010111111110001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060387; }

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

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

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

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

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

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

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

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