#010686

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

Shades of Dark Blue #010686

Tints of Dark Blue #010686

Color information

#010686 (or 0x010686) is unknown color: approx Dark Blue. HEX triplet: 01, 06 and 86. RGB value is (1,6,134). Sum of RGB (Red+Green+Blue) = 1+6+134=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 6 (2.73% from 255 or 4.26% 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 #010686 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010686 is #FEF979. Grayscale: #121212. Windows color (decimal): -16710010 or 8783361. OLE color: 8783361.

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

Color convert

RGB16134-
CMYK0.990.9600.47
HSL237.74º98.52%26.47%-
HSV(B)237.74º99.25%52.55%-
XYZ4.381.8622.68-
YUV19.1192.84115.09-

RGB Variations

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

RGB

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

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
Decimal161340.990.9600.47237.7498.5226.47
Hex1686636002Fee631a
Octal1620614314005735614332
Binary11101000011011000111100000010111111101110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010686; }

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

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

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

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

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

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

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

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