Html Css Color HEX #000159 Navy

📋 copy color: '#000159'

red 0 ◦ green 1 ◦ blue 89

#000159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #000159

Tints of Navy #000159

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 value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#000159 (or 0x000159) is known color: 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

RGB 0 1 89 -
CMYK 1 0.99 0 0.65
HSL 239.33º 1% 0.17% -
HSV(B) 239.33º 1% 0.35% -
XYZ 1.81 0.74 9.5 -
YUV 10.73 172.17 120.34 -
System Red Green Blue C M Y K H S L
Decimal 0 1 89 1 0.99 0 0.65 239.33 1 0.17
Hex 0 1 59 64 63 0 41 EF 64 11
Octal 0 1 131 144 143 0 101 357 144 21
Binary 0 1 1011001 1100100 1100011 0 1000001 11101111 1100100 10001

Color Harmonies of #000159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000159

Black with #000159

Text Example


Text Example

White with #000159

Text Example


Text Example

HTML Codes & Css Web 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>