#050371

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

Shades of Navy #050371

Tints of Navy #050371

Color information

#050371 (or 0x050371) is unknown color: approx Navy. HEX triplet: 05, 03 and 71. RGB value is (5,3,113). Sum of RGB (Red+Green+Blue) = 5+3+113=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 113 (44.53% from 255 or 93.39% from 121); Max value from RGB is 113 - color contains mainly: blue. Hex color #050371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050371 is #FAFC8E. Grayscale: #0F0F0F. Windows color (decimal): -16448655 or 7406341. OLE color: 7406341.

HSL color Cylindrical-coordinate representation of color #050371: hue angle of 241.09º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050371 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB53113-
CMYK0.960.9700.56
HSL241.09º94.83%22.75%-
HSV(B)241.09º97.35%44.31%-
XYZ3.081.2915.71-
YUV16.14182.66120.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 113 (44.53% from 255) = 93.39%
R=4.13%
G=2.48%
B=93.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal531130.960.9700.56241.0994.8322.75
Hex53716061038f15f17
Octal5316114014107036113727
Binary10111111000111000001100001011100011110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050371; }

 p { color: rgb(5,3,113); }

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

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

 a { background-color: rgb(5,3,113); }

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

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

 span { border-color: rgb(5,3,113); }

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