Html Css Color HEX #050473 Navy

📋 copy color: '#050473'

red 5 ◦ green 4 ◦ blue 115

#050473
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #050473

Tints of Navy #050473

RGB

 RED value IS 5 (2.34% from 255) = 4.03%

 GREEN value IS 4 (1.95% from 255) = 3.23%

 BLUE value IS 115 (45.31% from 255) = 92.74%

R = 4.03%
G = 3.23%
B = 92.74%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#050473 (or 0x050473) is known color: Navy. HEX triplet: 05, 04 and 73. RGB value is (5,4,115). Sum of RGB (Red+Green+Blue) = 5+4+115=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 115 (45.31% from 255 or 92.74% from 124); Max value from RGB is 115 - color contains mainly: blue. Hex color #050473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050473 is #FAFB8C. Grayscale: #101010. Windows color (decimal): -16448397 or 7537669. OLE color: 7537669.

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

Color convert

RGB 5 4 115 -
CMYK 0.96 0.97 0 0.55
HSL 240.54º 0.93% 0.23% -
HSV(B) 240.54º 0.97% 0.45% -
XYZ 3.2 1.36 16.31 -
YUV 16.95 183.33 119.47 -
System Red Green Blue C M Y K H S L
Decimal 5 4 115 0.96 0.97 0 0.55 240.54 0.93 0.23
Hex 5 4 73 60 61 0 37 F1 5D 17
Octal 5 4 163 140 141 0 67 361 135 27
Binary 101 100 1110011 1100000 1100001 0 110111 11110001 1011101 10111

Color Harmonies of #050473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050473

Black with #050473

Text Example


Text Example

White with #050473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050473; }

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

 H1.HeaderClassName
 {
   color: #050473;
 }
 .AnyTagClassName
 {
   color: #050473;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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