Html Css Color HEX #050571 Navy

📋 copy color: '#050571'

red 5 ◦ green 5 ◦ blue 113

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

Shades of Navy #050571

Tints of Navy #050571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.07%

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

R = 4.07%
G = 4.07%
B = 91.87%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#050571 (or 0x050571) is known color: Navy. HEX triplet: 05, 05 and 71. RGB value is (5,5,113). Sum of RGB (Red+Green+Blue) = 5+5+113=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 113 (44.53% from 255 or 91.87% from 123); Max value from RGB is 113 - color contains mainly: blue. Hex color #050571 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050571 is #FAFA8E. Grayscale: #101010. Windows color (decimal): -16448143 or 7406853. OLE color: 7406853.

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

Color convert

RGB 5 5 113 -
CMYK 0.96 0.96 0 0.56
HSL 240º 0.92% 0.23% -
HSV(B) 240º 0.96% 0.44% -
XYZ 3.1 1.33 15.72 -
YUV 17.31 182 119.22 -
System Red Green Blue C M Y K H S L
Decimal 5 5 113 0.96 0.96 0 0.56 240 0.92 0.23
Hex 5 5 71 60 60 0 38 F0 5C 17
Octal 5 5 161 140 140 0 70 360 134 27
Binary 101 101 1110001 1100000 1100000 0 111000 11110000 1011100 10111

Color Harmonies of #050571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050571

Black with #050571

Text Example


Text Example

White with #050571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050571; }

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

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

background-color css

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

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

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

border-color css

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

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

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