#050373

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

Shades of Navy #050373

Tints of Navy #050373

Color information

#050373 (or 0x050373) is unknown color: approx Navy. HEX triplet: 05, 03 and 73. RGB value is (5,3,115). Sum of RGB (Red+Green+Blue) = 5+3+115=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 115 (45.31% from 255 or 93.50% from 123); Max value from RGB is 115 - color contains mainly: blue. Hex color #050373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050373 is #FAFC8C. Grayscale: #0F0F0F. Windows color (decimal): -16448653 or 7537413. OLE color: 7537413.

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

Color convert

RGB53115-
CMYK0.960.9700.55
HSL241.07º94.92%23.14%-
HSV(B)241.07º97.39%45.1%-
XYZ3.191.3416.31-
YUV16.37183.66119.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 115 (45.31% from 255) = 93.50%
R=4.07%
G=2.44%
B=93.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal531150.960.9700.55241.0794.9223.14
Hex53736061037f15f17
Octal5316314014106736113727
Binary10111111001111000001100001011011111110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050373; }

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

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

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

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

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

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

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

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