Html Css Color HEX #050178 Navy

📋 copy color: '#050178'

red 5 ◦ green 1 ◦ blue 120

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

Shades of Navy #050178

Tints of Navy #050178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 95.24%

R = 3.97%
G = 0.79%
B = 95.24%

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

#050178 (or 0x050178) is known color: Navy. HEX triplet: 05, 01 and 78. RGB value is (5,1,120). Sum of RGB (Red+Green+Blue) = 5+1+120=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 120 (47.27% from 255 or 95.24% from 126); Max value from RGB is 120 - color contains mainly: blue. Hex color #050178 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050178 is #FAFE87. Grayscale: #0F0F0F. Windows color (decimal): -16449160 or 7864581. OLE color: 7864581.

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

Color convert

RGB 5 1 120 -
CMYK 0.96 0.99 0 0.53
HSL 242.02º 0.98% 0.24% -
HSV(B) 242.02º 0.99% 0.47% -
XYZ 3.46 1.41 17.86 -
YUV 15.76 186.83 120.32 -
System Red Green Blue C M Y K H S L
Decimal 5 1 120 0.96 0.99 0 0.53 242.02 0.98 0.24
Hex 5 1 78 60 63 0 35 F2 62 18
Octal 5 1 170 140 143 0 65 362 142 30
Binary 101 1 1111000 1100000 1100011 0 110101 11110010 1100010 11000

Color Harmonies of #050178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050178

Black with #050178

Text Example


Text Example

White with #050178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050178; }

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

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

background-color css

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

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

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

border-color css

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

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

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