#010563

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

Shades of Navy #010563

Tints of Navy #010563

Color information

#010563 (or 0x010563) is unknown color: approx Navy. HEX triplet: 01, 05 and 63. RGB value is (1,5,99). Sum of RGB (Red+Green+Blue) = 1+5+99=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 99 (39.06% from 255 or 94.29% from 105); Max value from RGB is 99 - color contains mainly: blue. Hex color #010563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010563 is #FEFA9C. Grayscale: #0E0E0E. Windows color (decimal): -16710301 or 6489345. OLE color: 6489345.

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

Color convert

RGB1599-
CMYK0.990.9500.61
HSL237.55º98%19.61%-
HSV(B)237.55º98.99%38.82%-
XYZ2.321.0211.88-
YUV14.52175.67118.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.95%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 99 (39.06% from 255) = 94.29%
R=0.95%
G=4.76%
B=94.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal15990.990.9500.61237.559819.61
Hex1563635F03Dee6214
Octal1514314313707535614224
Binary1101110001111000111011111011110111101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010563; }

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

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

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

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

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

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

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

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