#050374

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

Shades of Navy #050374

Tints of Navy #050374

Color information

#050374 (or 0x050374) is unknown color: approx Navy. HEX triplet: 05, 03 and 74. RGB value is (5,3,116). Sum of RGB (Red+Green+Blue) = 5+3+116=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 116 (45.70% from 255 or 93.55% from 124); Max value from RGB is 116 - color contains mainly: blue. Hex color #050374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050374 is #FAFC8B. Grayscale: #101010. Windows color (decimal): -16448652 or 7602949. OLE color: 7602949.

HSL color Cylindrical-coordinate representation of color #050374: hue angle of 241.06º 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 #050374 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB53116-
CMYK0.960.9700.55
HSL241.06º94.96%23.33%-
HSV(B)241.06º97.41%45.49%-
XYZ3.251.3616.61-
YUV16.48184.16119.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 3 (1.56% from 255) = 2.42%
BLUE value IS 116 (45.70% from 255) = 93.55%
R=4.03%
G=2.42%
B=93.55%

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
Decimal531160.960.9700.55241.0694.9623.33
Hex53746061037f15f17
Octal5316414014106736113727
Binary10111111010011000001100001011011111110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050374; }

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

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

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

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

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

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

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

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