#050659

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

Shades of Midnight Blue #050659

Tints of Midnight Blue #050659

Color information

#050659 (or 0x050659) is unknown color: approx Midnight Blue. HEX triplet: 05, 06 and 59. RGB value is (5,6,89). Sum of RGB (Red+Green+Blue) = 5+6+89=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 89 (35.16% from 255 or 89% from 100); Max value from RGB is 89 - color contains mainly: blue. Hex color #050659 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050659 is #FAF9A6. Grayscale: #0E0E0E. Windows color (decimal): -16447911 or 5834245. OLE color: 5834245.

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

Color convert

RGB5689-
CMYK0.940.9300.65
HSL239.29º89.36%18.43%-
HSV(B)239.29º94.38%34.9%-
XYZ1.930.889.52-
YUV15.16169.67120.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5%
GREEN value IS 6 (2.73% from 255) = 6%
BLUE value IS 89 (35.16% from 255) = 89%
R=5%
G=6%
B=89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal56890.940.9300.65239.2989.3618.43
Hex56595E5D041ef5912
Octal56131136135010135713122
Binary1011101011001101111010111010100000111101111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050659; }

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

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

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

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

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

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

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

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