#000178

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

Shades of Navy #000178

Tints of Navy #000178

Color information

#000178 (or 0x000178) is unknown color: approx Navy. HEX triplet: 00, 01 and 78. RGB value is (0,1,120). Sum of RGB (Red+Green+Blue) = 0+1+120=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 120 (47.27% from 255 or 99.17% from 121); Max value from RGB is 120 - color contains mainly: blue. Hex color #000178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000178 is #FFFE87. Grayscale: #0D0D0D. Windows color (decimal): -16776840 or 7864576. OLE color: 7864576.

HSL color Cylindrical-coordinate representation of color #000178: 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 #000178 is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB01120-
CMYK10.9900.53
HSL239.5º100%23.53%-
HSV(B)239.5º100%47.06%-
XYZ3.41.3817.86-
YUV14.27187.67117.82-

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.83%
BLUE value IS 120 (47.27% from 255) = 99.17%
R=0%
G=0.83%
B=99.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0112010.9900.53239.510023.53
Hex01786463035f06418
Octal0117014414306536014430
Binary01111100011001001100011011010111110000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000178; }

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

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

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

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

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

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

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

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