#011478

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

Shades of Navy #011478

Tints of Navy #011478

Color information

#011478 (or 0x011478) is unknown color: approx Navy. HEX triplet: 01, 14 and 78. RGB value is (1,20,120). Sum of RGB (Red+Green+Blue) = 1+20+120=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 120 (47.27% from 255 or 85.11% from 141); Max value from RGB is 120 - color contains mainly: blue. Hex color #011478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011478 is #FEEB87. Grayscale: #191919. Windows color (decimal): -16706440 or 7869441. OLE color: 7869441.

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

Color convert

RGB120120-
CMYK0.990.8300.53
HSL230.42º98.35%23.73%-
HSV(B)230.42º99.17%47.06%-
XYZ3.651.8617.94-
YUV25.72181.21110.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 20 (8.20% from 255) = 14.18%
BLUE value IS 120 (47.27% from 255) = 85.11%
R=0.71%
G=14.18%
B=85.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201200.990.8300.53230.4298.3523.73
Hex114786353035e66218
Octal12417014312306534614230
Binary110100111100011000111010011011010111100110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011478; }

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

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

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

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

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

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

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

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