#000179

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

Shades of Navy #000179

Tints of Navy #000179

Color information

#000179 (or 0x000179) is unknown color: approx Navy. HEX triplet: 00, 01 and 79. RGB value is (0,1,121). Sum of RGB (Red+Green+Blue) = 0+1+121=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 121 (47.66% from 255 or 99.18% from 122); Max value from RGB is 121 - color contains mainly: blue. Hex color #000179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000179 is #FFFE86. Grayscale: #0D0D0D. Windows color (decimal): -16776839 or 7930112. OLE color: 7930112.

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

Color convert

RGB01121-
CMYK10.9900.53
HSL239.5º100%23.73%-
HSV(B)239.5º100%47.45%-
XYZ3.461.418.18-
YUV14.38188.17117.74-

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) = 0.82%
BLUE value IS 121 (47.66% from 255) = 99.18%
R=0%
G=0.82%
B=99.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0112110.9900.53239.510023.73
Hex01796463035f06418
Octal0117114414306536014430
Binary01111100111001001100011011010111110000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000179; }

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

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

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

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

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

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

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

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