Html Css Color HEX #050179 Navy

📋 copy color: '#050179'

red 5 ◦ green 1 ◦ blue 121

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

Shades of Navy #050179

Tints of Navy #050179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 95.28%

R = 3.94%
G = 0.79%
B = 95.28%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#050179 (or 0x050179) is known color: Navy. HEX triplet: 05, 01 and 79. RGB value is (5,1,121). Sum of RGB (Red+Green+Blue) = 5+1+121=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 121 (47.66% from 255 or 95.28% from 127); Max value from RGB is 121 - color contains mainly: blue. Hex color #050179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050179 is #FAFE86. Grayscale: #0F0F0F. Windows color (decimal): -16449159 or 7930117. OLE color: 7930117.

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

Color convert

RGB 5 1 121 -
CMYK 0.96 0.99 0 0.53
HSL 242º 0.98% 0.24% -
HSV(B) 242º 0.99% 0.47% -
XYZ 3.52 1.43 18.18 -
YUV 15.88 187.33 120.24 -
System Red Green Blue C M Y K H S L
Decimal 5 1 121 0.96 0.99 0 0.53 242 0.98 0.24
Hex 5 1 79 60 63 0 35 F2 62 18
Octal 5 1 171 140 143 0 65 362 142 30
Binary 101 1 1111001 1100000 1100011 0 110101 11110010 1100010 11000

Color Harmonies of #050179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050179

Black with #050179

Text Example


Text Example

White with #050179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050179; }

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

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

background-color css

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

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

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

border-color css

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

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

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