Html Css Color HEX #050171 Navy

📋 copy color: '#050171'

red 5 ◦ green 1 ◦ blue 113

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

Shades of Navy #050171

Tints of Navy #050171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.84%

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

R = 4.2%
G = 0.84%
B = 94.96%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#050171 (or 0x050171) is known color: Navy. HEX triplet: 05, 01 and 71. RGB value is (5,1,113). Sum of RGB (Red+Green+Blue) = 5+1+113=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 113 (44.53% from 255 or 94.96% from 119); Max value from RGB is 113 - color contains mainly: blue. Hex color #050171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050171 is #FAFE8E. Grayscale: #0E0E0E. Windows color (decimal): -16449167 or 7405829. OLE color: 7405829.

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

Color convert

RGB 5 1 113 -
CMYK 0.96 0.99 0 0.56
HSL 242.14º 0.98% 0.22% -
HSV(B) 242.14º 0.99% 0.44% -
XYZ 3.05 1.25 15.7 -
YUV 14.96 183.33 120.89 -
System Red Green Blue C M Y K H S L
Decimal 5 1 113 0.96 0.99 0 0.56 242.14 0.98 0.22
Hex 5 1 71 60 63 0 38 F2 62 16
Octal 5 1 161 140 143 0 70 362 142 26
Binary 101 1 1110001 1100000 1100011 0 111000 11110010 1100010 10110

Color Harmonies of #050171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050171

Black with #050171

Text Example


Text Example

White with #050171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050171; }

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

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

background-color css

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

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

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

border-color css

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

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

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