#051086

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

Shades of Dark Blue #051086

Tints of Dark Blue #051086

Color information

#051086 (or 0x051086) is unknown color: approx Dark Blue. HEX triplet: 05, 10 and 86. RGB value is (5,16,134). Sum of RGB (Red+Green+Blue) = 5+16+134=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 134 (52.73% from 255 or 86.45% from 155); Max value from RGB is 134 - color contains mainly: blue. Hex color #051086 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051086 is #FAEF79. Grayscale: #191919. Windows color (decimal): -16445306 or 8785925. OLE color: 8785925.

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

Color convert

RGB516134-
CMYK0.960.8800.47
HSL234.88º92.81%27.25%-
HSV(B)234.88º96.27%52.55%-
XYZ4.552.1222.72-
YUV26.16188.86112.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 16 (6.64% from 255) = 10.32%
BLUE value IS 134 (52.73% from 255) = 86.45%
R=3.23%
G=10.32%
B=86.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5161340.960.8800.47234.8892.8127.25
Hex51086605802Feb5d1b
Octal52020614013005735313533
Binary101100001000011011000001011000010111111101011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051086; }

 p { color: rgb(5,16,134); }

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

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

 a { background-color: rgb(5,16,134); }

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

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

 span { border-color: rgb(5,16,134); }

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