#010977

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

Shades of Navy #010977

Tints of Navy #010977

Color information

#010977 (or 0x010977) is unknown color: approx Navy. HEX triplet: 01, 09 and 77. RGB value is (1,9,119). Sum of RGB (Red+Green+Blue) = 1+9+119=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 119 (46.88% from 255 or 92.25% from 129); Max value from RGB is 119 - color contains mainly: blue. Hex color #010977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010977 is #FEF688. Grayscale: #121212. Windows color (decimal): -16709257 or 7801089. OLE color: 7801089.

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

Color convert

RGB19119-
CMYK0.990.9200.53
HSL235.93º98.33%23.53%-
HSV(B)235.93º99.16%46.67%-
XYZ3.441.5317.57-
YUV19.15184.35115.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 119 (46.88% from 255) = 92.25%
R=0.78%
G=6.98%
B=92.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal191190.990.9200.53235.9398.3323.53
Hex1977635C035ec6218
Octal11116714313406535414230
Binary11001111011111000111011100011010111101100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010977; }

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

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

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

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

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

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

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

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