#050951

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

Shades of Midnight Blue #050951

Tints of Midnight Blue #050951

Color information

#050951 (or 0x050951) is unknown color: approx Midnight Blue. HEX triplet: 05, 09 and 51. RGB value is (5,9,81). Sum of RGB (Red+Green+Blue) = 5+9+81=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 81 (32.03% from 255 or 85.26% from 95); Max value from RGB is 81 - color contains mainly: blue. Hex color #050951 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050951 is #FAF6AE. Grayscale: #0F0F0F. Windows color (decimal): -16447151 or 5310725. OLE color: 5310725.

HSL color Cylindrical-coordinate representation of color #050951: hue angle of 236.84º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050951 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB5981-
CMYK0.940.8900.68
HSL236.84º88.37%16.86%-
HSV(B)236.84º93.83%31.76%-
XYZ1.650.827.86-
YUV16.01164.67120.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 81 (32.03% from 255) = 85.26%
R=5.26%
G=9.47%
B=85.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal59810.940.8900.68236.8488.3716.86
Hex59515E59044ed5811
Octal511121136131010435513021
Binary10110011010001101111010110010100010011101101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050951; }

 p { color: rgb(5,9,81); }

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

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

 a { background-color: rgb(5,9,81); }

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

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

 span { border-color: rgb(5,9,81); }

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