#050379

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

Shades of Navy #050379

Tints of Navy #050379

Color information

#050379 (or 0x050379) is unknown color: approx Navy. HEX triplet: 05, 03 and 79. RGB value is (5,3,121). Sum of RGB (Red+Green+Blue) = 5+3+121=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 121 (47.66% from 255 or 93.80% from 129); Max value from RGB is 121 - color contains mainly: blue. Hex color #050379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050379 is #FAFC86. Grayscale: #101010. Windows color (decimal): -16448647 or 7930629. OLE color: 7930629.

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

Color convert

RGB53121-
CMYK0.960.9800.53
HSL241.02º95.16%24.31%-
HSV(B)241.02º97.52%47.45%-
XYZ3.551.4818.19-
YUV17.05186.66119.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 121 (47.66% from 255) = 93.80%
R=3.88%
G=2.33%
B=93.80%

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
Decimal531210.960.9800.53241.0295.1624.31
Hex53796062035f15f18
Octal5317114014206536113730
Binary10111111100111000001100010011010111110001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050379; }

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

 H1.HeaderClassName
 {
   color: #050379;
 }
 .AnyTagClassName
 {
   color: #050379;
 }
</style>
background-color css

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

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

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

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

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

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