#011077

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

Shades of Navy #011077

Tints of Navy #011077

Color information

#011077 (or 0x011077) is unknown color: approx Navy. HEX triplet: 01, 10 and 77. RGB value is (1,16,119). Sum of RGB (Red+Green+Blue) = 1+16+119=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 119 (46.88% from 255 or 87.5% from 136); Max value from RGB is 119 - color contains mainly: blue. Hex color #011077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011077 is #FEEF88. Grayscale: #161616. Windows color (decimal): -16707465 or 7802881. OLE color: 7802881.

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

Color convert

RGB116119-
CMYK0.990.8700.53
HSL232.37º98.33%23.53%-
HSV(B)232.37º99.16%46.67%-
XYZ3.531.7117.6-
YUV23.26182.03112.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 119 (46.88% from 255) = 87.5%
R=0.74%
G=11.76%
B=87.5%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1161190.990.8700.53232.3798.3323.53
Hex110776357035e86218
Octal12016714312706535014230
Binary110000111011111000111010111011010111101000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011077; }

 p { color: rgb(1,16,119); }

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

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

 a { background-color: rgb(1,16,119); }

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

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

 span { border-color: rgb(1,16,119); }

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