#050059

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

Shades of Navy #050059

Tints of Navy #050059

Color information

#050059 (or 0x050059) is unknown color: approx Navy. HEX triplet: 05, 00 and 59. RGB value is (5,0,89). Sum of RGB (Red+Green+Blue) = 5+0+89=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 89 (35.16% from 255 or 94.68% from 94); Max value from RGB is 89 - color contains mainly: blue. Hex color #050059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050059 is #FAFFA6. Grayscale: #0B0B0B. Windows color (decimal): -16449447 or 5832709. OLE color: 5832709.

HSL color Cylindrical-coordinate representation of color #050059: hue angle of 243.37º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050059 is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB5089-
CMYK0.94100.65
HSL243.37º100%17.45%-
HSV(B)243.37º100%34.9%-
XYZ1.870.759.5-
YUV11.64171.66123.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 94.68%
R=5.32%
G=0%
B=94.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal50890.94100.65243.3710017.45
Hex50595E64041f36411
Octal50131136144010136314421
Binary10101011001101111011001000100000111110011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050059; }

 p { color: rgb(5,0,89); }

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

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

 a { background-color: rgb(5,0,89); }

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

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

 span { border-color: rgb(5,0,89); }

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