Html Css Color HEX #050177 Navy

📋 copy color: '#050177'

red 5 ◦ green 1 ◦ blue 119

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

Shades of Navy #050177

Tints of Navy #050177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 95.2%

R = 4%
G = 0.8%
B = 95.2%

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

#050177 (or 0x050177) is known color: Navy. HEX triplet: 05, 01 and 77. RGB value is (5,1,119). Sum of RGB (Red+Green+Blue) = 5+1+119=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 119 (46.88% from 255 or 95.2% from 125); Max value from RGB is 119 - color contains mainly: blue. Hex color #050177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050177 is #FAFE88. Grayscale: #0F0F0F. Windows color (decimal): -16449161 or 7799045. OLE color: 7799045.

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

Color convert

RGB 5 1 119 -
CMYK 0.96 0.99 0 0.53
HSL 242.03º 0.98% 0.24% -
HSV(B) 242.03º 0.99% 0.47% -
XYZ 3.4 1.39 17.54 -
YUV 15.65 186.33 120.41 -
System Red Green Blue C M Y K H S L
Decimal 5 1 119 0.96 0.99 0 0.53 242.03 0.98 0.24
Hex 5 1 77 60 63 0 35 F2 62 18
Octal 5 1 167 140 143 0 65 362 142 30
Binary 101 1 1110111 1100000 1100011 0 110101 11110010 1100010 11000

Color Harmonies of #050177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050177

Black with #050177

Text Example


Text Example

White with #050177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050177; }

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

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

background-color css

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

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

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

border-color css

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

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

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