Html Css Color HEX #050279 Navy

📋 copy color: '#050279'

red 5 ◦ green 2 ◦ blue 121

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

Shades of Navy #050279

Tints of Navy #050279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.56%

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

R = 3.91%
G = 1.56%
B = 94.53%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#050279 (or 0x050279) is known color: Navy. HEX triplet: 05, 02 and 79. RGB value is (5,2,121). Sum of RGB (Red+Green+Blue) = 5+2+121=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 121 (47.66% from 255 or 94.53% from 128); Max value from RGB is 121 - color contains mainly: blue. Hex color #050279 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050279 is #FAFD86. Grayscale: #0F0F0F. Windows color (decimal): -16448903 or 7930373. OLE color: 7930373.

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

Color convert

RGB 5 2 121 -
CMYK 0.96 0.98 0 0.53
HSL 241.51º 0.97% 0.24% -
HSV(B) 241.51º 0.98% 0.47% -
XYZ 3.54 1.46 18.18 -
YUV 16.46 186.99 119.82 -
System Red Green Blue C M Y K H S L
Decimal 5 2 121 0.96 0.98 0 0.53 241.51 0.97 0.24
Hex 5 2 79 60 62 0 35 F2 61 18
Octal 5 2 171 140 142 0 65 362 141 30
Binary 101 10 1111001 1100000 1100010 0 110101 11110010 1100001 11000

Color Harmonies of #050279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050279

Black with #050279

Text Example


Text Example

White with #050279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050279; }

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

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

background-color css

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

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

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

border-color css

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

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

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