Html Css Color HEX #050771 Navy

📋 copy color: '#050771'

red 5 ◦ green 7 ◦ blue 113

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

Shades of Navy #050771

Tints of Navy #050771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.6%

 BLUE value IS 113 (44.53% from 255) = 90.4%

R = 4%
G = 5.6%
B = 90.4%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#050771 (or 0x050771) is known color: Navy. HEX triplet: 05, 07 and 71. RGB value is (5,7,113). Sum of RGB (Red+Green+Blue) = 5+7+113=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 113 (44.53% from 255 or 90.4% from 125); Max value from RGB is 113 - color contains mainly: blue. Hex color #050771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050771 is #FAF88E. Grayscale: #121212. Windows color (decimal): -16447631 or 7407365. OLE color: 7407365.

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

Color convert

RGB 5 7 113 -
CMYK 0.96 0.94 0 0.56
HSL 238.89º 0.92% 0.23% -
HSV(B) 238.89º 0.96% 0.44% -
XYZ 3.12 1.38 15.72 -
YUV 18.49 181.34 118.38 -
System Red Green Blue C M Y K H S L
Decimal 5 7 113 0.96 0.94 0 0.56 238.89 0.92 0.23
Hex 5 7 71 60 5E 0 38 EF 5C 17
Octal 5 7 161 140 136 0 70 357 134 27
Binary 101 111 1110001 1100000 1011110 0 111000 11101111 1011100 10111

Color Harmonies of #050771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050771

Black with #050771

Text Example


Text Example

White with #050771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050771; }

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

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

background-color css

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

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

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

border-color css

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

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

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