#010160

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

Shades of Navy #010160

Tints of Navy #010160

Color information

#010160 (or 0x010160) is unknown color: approx Navy. HEX triplet: 01, 01 and 60. RGB value is (1,1,96). Sum of RGB (Red+Green+Blue) = 1+1+96=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 96 (37.89% from 255 or 97.96% from 98); Max value from RGB is 96 - color contains mainly: blue. Hex color #010160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010160 is #FEFE9F. Grayscale: #0B0B0B. Windows color (decimal): -16711328 or 6291713. OLE color: 6291713.

HSL color Cylindrical-coordinate representation of color #010160: hue angle of 240º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010160 is Cyan = 0.99, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB1196-
CMYK0.990.9900.62
HSL240º97.94%19.02%-
HSV(B)240º98.96%37.65%-
XYZ2.130.8711.12-
YUV11.83175.5120.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.02%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 96 (37.89% from 255) = 97.96%
R=1.02%
G=1.02%
B=97.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal11960.990.9900.6224097.9419.02
Hex1160636303Ef06213
Octal1114014314307636014223
Binary11110000011000111100011011111011110000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010160; }

 p { color: rgb(1,1,96); }

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

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

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

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

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

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

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