#001077

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

Shades of Navy #001077

Tints of Navy #001077

Color information

#001077 (or 0x001077) is unknown color: approx Navy. HEX triplet: 00, 10 and 77. RGB value is (0,16,119). Sum of RGB (Red+Green+Blue) = 0+16+119=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 119 (46.88% from 255 or 88.15% from 135); Max value from RGB is 119 - color contains mainly: blue. Hex color #001077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001077 is #FFEF88. Grayscale: #161616. Windows color (decimal): -16773001 or 7802880. OLE color: 7802880.

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

Color convert

RGB016119-
CMYK10.8700.53
HSL231.93º100%23.33%-
HSV(B)231.93º100%46.67%-
XYZ3.521.717.6-
YUV22.96182.2111.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 119 (46.88% from 255) = 88.15%
R=0%
G=11.85%
B=88.15%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal01611910.8700.53231.9310023.33
Hex010776457035e86417
Octal02016714412706535014427
Binary010000111011111001001010111011010111101000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001077; }

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

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

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

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

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

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

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

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