#060186

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

Shades of Dark Blue #060186

Tints of Dark Blue #060186

Color information

#060186 (or 0x060186) is unknown color: approx Dark Blue. HEX triplet: 06, 01 and 86. RGB value is (6,1,134). Sum of RGB (Red+Green+Blue) = 6+1+134=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 134 (52.73% from 255 or 95.04% from 141); Max value from RGB is 134 - color contains mainly: blue. Hex color #060186 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060186 is #F9FE79. Grayscale: #111111. Windows color (decimal): -16383610 or 8782086. OLE color: 8782086.

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

Color convert

RGB61134-
CMYK0.960.9900.47
HSL242.26º98.52%26.47%-
HSV(B)242.26º99.25%52.55%-
XYZ4.391.7822.67-
YUV17.66193.66119.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 134 (52.73% from 255) = 95.04%
R=4.26%
G=0.71%
B=95.04%

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
Decimal611340.960.9900.47242.2698.5226.47
Hex6186606302Ff2631a
Octal6120614014305736214332
Binary11011000011011000001100011010111111110010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060186; }

 p { color: rgb(6,1,134); }

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

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

 a { background-color: rgb(6,1,134); }

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

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

 span { border-color: rgb(6,1,134); }

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