#050159

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

Shades of Midnight Blue #050159

Tints of Midnight Blue #050159

Color information

#050159 (or 0x050159) is unknown color: approx Midnight Blue. HEX triplet: 05, 01 and 59. RGB value is (5,1,89). Sum of RGB (Red+Green+Blue) = 5+1+89=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 89 (35.16% from 255 or 93.68% from 95); Max value from RGB is 89 - color contains mainly: blue. Hex color #050159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050159 is #FAFEA6. Grayscale: #0B0B0B. Windows color (decimal): -16449191 or 5832965. OLE color: 5832965.

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

Color convert

RGB5189-
CMYK0.940.9900.65
HSL242.73º97.78%17.65%-
HSV(B)242.73º98.88%34.9%-
XYZ1.880.789.5-
YUV12.23171.33122.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 89 (35.16% from 255) = 93.68%
R=5.26%
G=1.05%
B=93.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal51890.940.9900.65242.7397.7817.65
Hex51595E63041f36212
Octal51131136143010136314222
Binary10111011001101111011000110100000111110011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050159; }

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

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

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

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

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

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

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

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