#050E73

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

Shades of Navy #050E73

Tints of Navy #050E73

Color information

#050E73 (or 0x050E73) is unknown color: approx Navy. HEX triplet: 05, 0E and 73. RGB value is (5,14,115). Sum of RGB (Red+Green+Blue) = 5+14+115=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 115 (45.31% from 255 or 85.82% from 134); Max value from RGB is 115 - color contains mainly: blue. Hex color #050E73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E73 is #FAF18C. Grayscale: #161616. Windows color (decimal): -16445837 or 7540229. OLE color: 7540229.

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

Color convert

RGB514115-
CMYK0.960.8800.55
HSL235.09º91.67%23.53%-
HSV(B)235.09º95.65%45.1%-
XYZ3.311.5816.35-
YUV22.82180.02115.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.73%
GREEN value IS 14 (5.86% from 255) = 10.45%
BLUE value IS 115 (45.31% from 255) = 85.82%
R=3.73%
G=10.45%
B=85.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5141150.960.8800.55235.0991.6723.53
Hex5E736058037eb5c18
Octal51616314013006735313430
Binary1011110111001111000001011000011011111101011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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