#050A5E

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

Shades of Midnight Blue #050A5E

Tints of Midnight Blue #050A5E

Color information

#050A5E (or 0x050A5E) is unknown color: approx Midnight Blue. HEX triplet: 05, 0A and 5E. RGB value is (5,10,94). Sum of RGB (Red+Green+Blue) = 5+10+94=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 10 (4.30% from 255 or 9.17% from 109); Blue value is 94 (37.11% from 255 or 86.24% from 109); Max value from RGB is 94 - color contains mainly: blue. Hex color #050A5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050A5E is #FAF5A1. Grayscale: #111111. Windows color (decimal): -16446882 or 6162949. OLE color: 6162949.

HSL color Cylindrical-coordinate representation of color #050A5E: hue angle of 236.63º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050A5E is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB51094-
CMYK0.950.8900.63
HSL236.63º89.9%19.41%-
HSV(B)236.63º94.68%36.86%-
XYZ2.191.0610.68-
YUV18.08170.84118.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 10 (4.30% from 255) = 9.17%
BLUE value IS 94 (37.11% from 255) = 86.24%
R=4.59%
G=9.17%
B=86.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal510940.950.8900.63236.6389.919.41
Hex5A5E5F5903Fed5a13
Octal51213613713107735513223
Binary1011010101111010111111011001011111111101101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050A5E; }

 p { color: rgb(5,10,94); }

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

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

 a { background-color: rgb(5,10,94); }

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

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

 span { border-color: rgb(5,10,94); }

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