#050E76

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

Shades of Navy #050E76

Tints of Navy #050E76

Color information

#050E76 (or 0x050E76) is unknown color: approx Navy. HEX triplet: 05, 0E and 76. RGB value is (5,14,118). Sum of RGB (Red+Green+Blue) = 5+14+118=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 118 (46.48% from 255 or 86.13% from 137); Max value from RGB is 118 - color contains mainly: blue. Hex color #050E76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E76 is #FAF189. Grayscale: #161616. Windows color (decimal): -16445834 or 7736837. OLE color: 7736837.

HSL color Cylindrical-coordinate representation of color #050E76: hue angle of 235.22º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050E76 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB514118-
CMYK0.960.8800.54
HSL235.22º91.87%24.12%-
HSV(B)235.22º95.76%46.27%-
XYZ3.491.6517.27-
YUV23.16181.52115.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 14 (5.86% from 255) = 10.22%
BLUE value IS 118 (46.48% from 255) = 86.13%
R=3.65%
G=10.22%
B=86.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5141180.960.8800.54235.2291.8724.12
Hex5E766058036eb5c18
Octal51616614013006635313430
Binary1011110111011011000001011000011011011101011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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