Html Css Color HEX #050479 Navy

📋 copy color: '#050479'

red 5 ◦ green 4 ◦ blue 121

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

Shades of Navy #050479

Tints of Navy #050479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.08%

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

R = 3.85%
G = 3.08%
B = 93.08%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#050479 (or 0x050479) is known color: Navy. HEX triplet: 05, 04 and 79. RGB value is (5,4,121). Sum of RGB (Red+Green+Blue) = 5+4+121=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 121 (47.66% from 255 or 93.08% from 130); Max value from RGB is 121 - color contains mainly: blue. Hex color #050479 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050479 is #FAFB86. Grayscale: #111111. Windows color (decimal): -16448391 or 7930885. OLE color: 7930885.

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

Color convert

RGB 5 4 121 -
CMYK 0.96 0.97 0 0.53
HSL 240.51º 0.94% 0.25% -
HSV(B) 240.51º 0.97% 0.47% -
XYZ 3.56 1.5 18.19 -
YUV 17.64 186.33 118.99 -
System Red Green Blue C M Y K H S L
Decimal 5 4 121 0.96 0.97 0 0.53 240.51 0.94 0.25
Hex 5 4 79 60 61 0 35 F1 5E 19
Octal 5 4 171 140 141 0 65 361 136 31
Binary 101 100 1111001 1100000 1100001 0 110101 11110001 1011110 11001

Color Harmonies of #050479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050479

Black with #050479

Text Example


Text Example

White with #050479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050479; }

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

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

background-color css

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

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

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

border-color css

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

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

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