#050677

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

Shades of Navy #050677

Tints of Navy #050677

Color information

#050677 (or 0x050677) is unknown color: approx Navy. HEX triplet: 05, 06 and 77. RGB value is (5,6,119). Sum of RGB (Red+Green+Blue) = 5+6+119=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 119 (46.88% from 255 or 91.54% from 130); Max value from RGB is 119 - color contains mainly: blue. Hex color #050677 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050677 is #FAF988. Grayscale: #121212. Windows color (decimal): -16447881 or 7800325. OLE color: 7800325.

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

Color convert

RGB56119-
CMYK0.960.9500.53
HSL239.47º91.94%24.31%-
HSV(B)239.47º95.8%46.67%-
XYZ3.461.4917.56-
YUV18.58184.67118.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 119 (46.88% from 255) = 91.54%
R=3.85%
G=4.62%
B=91.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561190.960.9500.53239.4791.9424.31
Hex5677605F035ef5c18
Octal5616714013706535713430
Binary101110111011111000001011111011010111101111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050677; }

 p { color: rgb(5,6,119); }

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

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

 a { background-color: rgb(5,6,119); }

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

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

 span { border-color: rgb(5,6,119); }

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