#010566

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

Shades of Navy #010566

Tints of Navy #010566

Color information

#010566 (or 0x010566) is unknown color: approx Navy. HEX triplet: 01, 05 and 66. RGB value is (1,5,102). Sum of RGB (Red+Green+Blue) = 1+5+102=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 102 (40.23% from 255 or 94.44% from 108); Max value from RGB is 102 - color contains mainly: blue. Hex color #010566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010566 is #FEFA99. Grayscale: #0E0E0E. Windows color (decimal): -16710298 or 6685953. OLE color: 6685953.

HSL color Cylindrical-coordinate representation of color #010566: hue angle of 237.62º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010566 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB15102-
CMYK0.990.9500.6
HSL237.62º98.06%20.2%-
HSV(B)237.62º99.02%40%-
XYZ2.471.0712.65-
YUV14.86177.17118.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 102 (40.23% from 255) = 94.44%
R=0.93%
G=4.63%
B=94.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal151020.990.9500.6237.6298.0620.2
Hex1566635F03Cee6214
Octal1514614313707435614224
Binary1101110011011000111011111011110011101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010566; }

 p { color: rgb(1,5,102); }

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

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

 a { background-color: rgb(1,5,102); }

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

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

 span { border-color: rgb(1,5,102); }

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