#050E77

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

Shades of Navy #050E77

Tints of Navy #050E77

Color information

#050E77 (or 0x050E77) is unknown color: approx Navy. HEX triplet: 05, 0E and 77. RGB value is (5,14,119). Sum of RGB (Red+Green+Blue) = 5+14+119=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 119 (46.88% from 255 or 86.23% from 138); Max value from RGB is 119 - color contains mainly: blue. Hex color #050E77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E77 is #FAF188. Grayscale: #161616. Windows color (decimal): -16445833 or 7802373. OLE color: 7802373.

HSL color Cylindrical-coordinate representation of color #050E77: hue angle of 235.26º 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 #050E77 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB514119-
CMYK0.960.8800.53
HSL235.26º91.94%24.31%-
HSV(B)235.26º95.8%46.67%-
XYZ3.551.6817.59-
YUV23.28182.02114.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 14 (5.86% from 255) = 10.14%
BLUE value IS 119 (46.88% from 255) = 86.23%
R=3.62%
G=10.14%
B=86.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5141190.960.8800.53235.2691.9424.31
Hex5E776058035eb5c18
Octal51616714013006535313430
Binary1011110111011111000001011000011010111101011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050E77; }

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

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

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

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

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

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

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

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