#050160

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

Shades of Navy #050160

Tints of Navy #050160

Color information

#050160 (or 0x050160) is unknown color: approx Navy. HEX triplet: 05, 01 and 60. RGB value is (5,1,96). Sum of RGB (Red+Green+Blue) = 5+1+96=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 96 (37.89% from 255 or 94.12% from 102); Max value from RGB is 96 - color contains mainly: blue. Hex color #050160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050160 is #FAFE9F. Grayscale: #0C0C0C. Windows color (decimal): -16449184 or 6291717. OLE color: 6291717.

HSL color Cylindrical-coordinate representation of color #050160: hue angle of 242.53º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050160 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB5196-
CMYK0.950.9900.62
HSL242.53º97.94%19.02%-
HSV(B)242.53º98.96%37.65%-
XYZ2.180.911.12-
YUV13.03174.83122.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 96 (37.89% from 255) = 94.12%
R=4.90%
G=0.98%
B=94.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal51960.950.9900.62242.5397.9419.02
Hex51605F6303Ef36213
Octal5114013714307636314223
Binary1011110000010111111100011011111011110011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050160; }

 p { color: rgb(5,1,96); }

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

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

 a { background-color: rgb(5,1,96); }

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

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

 span { border-color: rgb(5,1,96); }

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