#050759

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

Shades of Midnight Blue #050759

Tints of Midnight Blue #050759

Color information

#050759 (or 0x050759) is unknown color: approx Midnight Blue. HEX triplet: 05, 07 and 59. RGB value is (5,7,89). Sum of RGB (Red+Green+Blue) = 5+7+89=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 89 (35.16% from 255 or 88.12% from 101); Max value from RGB is 89 - color contains mainly: blue. Hex color #050759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050759 is #FAF8A6. Grayscale: #0F0F0F. Windows color (decimal): -16447655 or 5834501. OLE color: 5834501.

HSL color Cylindrical-coordinate representation of color #050759: hue angle of 238.57º 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 #050759 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB5789-
CMYK0.940.9200.65
HSL238.57º89.36%18.43%-
HSV(B)238.57º94.38%34.9%-
XYZ1.940.919.52-
YUV15.75169.34120.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 7 (3.12% from 255) = 6.93%
BLUE value IS 89 (35.16% from 255) = 88.12%
R=4.95%
G=6.93%
B=88.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal57890.940.9200.65238.5789.3618.43
Hex57595E5C041ef5912
Octal57131136134010135713122
Binary1011111011001101111010111000100000111101111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050759; }

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

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

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

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

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

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

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

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