#050279

Color #050279 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #050279

Tints of Navy #050279

Color information

#050279 (or 0x050279) is unknown color: approx 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

RGB52121-
CMYK0.960.9800.53
HSL241.51º96.75%24.12%-
HSV(B)241.51º98.35%47.45%-
XYZ3.541.4618.18-
YUV16.46186.99119.82-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521210.960.9800.53241.5196.7524.12
Hex52796062035f26118
Octal5217114014206536214130
Binary10110111100111000001100010011010111110010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>