#010565

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

Shades of Navy #010565

Tints of Navy #010565

Color information

#010565 (or 0x010565) is unknown color: approx Navy. HEX triplet: 01, 05 and 65. RGB value is (1,5,101). Sum of RGB (Red+Green+Blue) = 1+5+101=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 101 (39.84% from 255 or 94.39% from 107); Max value from RGB is 101 - color contains mainly: blue. Hex color #010565 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010565 is #FEFA9A. Grayscale: #0E0E0E. Windows color (decimal): -16710299 or 6620417. OLE color: 6620417.

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

Color convert

RGB15101-
CMYK0.990.9500.60
HSL237.6º98.04%20%-
HSV(B)237.6º99.01%39.61%-
XYZ2.421.0512.39-
YUV14.75176.67118.19-

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.67%
BLUE value IS 101 (39.84% from 255) = 94.39%
R=0.93%
G=4.67%
B=94.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal151010.990.9500.60237.698.0420
Hex1565635F03Cee6214
Octal1514514313707435614224
Binary1101110010111000111011111011110011101110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010565; }

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

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

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

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

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

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

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

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