#000159

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

Shades of Navy #000159

Tints of Navy #000159

Color information

#000159 (or 0x000159) is unknown color: approx Navy. HEX triplet: 00, 01 and 59. RGB value is (0,1,89). Sum of RGB (Red+Green+Blue) = 0+1+89=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 89 (35.16% from 255 or 98.89% from 90); Max value from RGB is 89 - color contains mainly: blue. Hex color #000159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000159 is #FFFEA6. Grayscale: #0A0A0A. Windows color (decimal): -16776871 or 5832960. OLE color: 5832960.

HSL color Cylindrical-coordinate representation of color #000159: hue angle of 239.33º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000159 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB0189-
CMYK10.9900.65
HSL239.33º100%17.45%-
HSV(B)239.33º100%34.9%-
XYZ1.810.749.5-
YUV10.73172.17120.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 89 (35.16% from 255) = 98.89%
R=0%
G=1.11%
B=98.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal018910.9900.65239.3310017.45
Hex01596463041ef6411
Octal01131144143010135714421
Binary011011001110010011000110100000111101111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000159; }

 p { color: rgb(0,1,89); }

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

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

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

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

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

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

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