#050851

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

Shades of Midnight Blue #050851

Tints of Midnight Blue #050851

Color information

#050851 (or 0x050851) is unknown color: approx Midnight Blue. HEX triplet: 05, 08 and 51. RGB value is (5,8,81). Sum of RGB (Red+Green+Blue) = 5+8+81=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 81 (32.03% from 255 or 86.17% from 94); Max value from RGB is 81 - color contains mainly: blue. Hex color #050851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050851 is #FAF7AE. Grayscale: #0F0F0F. Windows color (decimal): -16447407 or 5310469. OLE color: 5310469.

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

Color convert

RGB5881-
CMYK0.940.9000.68
HSL237.63º88.37%16.86%-
HSV(B)237.63º93.83%31.76%-
XYZ1.630.87.85-
YUV15.42165.01120.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 8 (3.52% from 255) = 8.51%
BLUE value IS 81 (32.03% from 255) = 86.17%
R=5.32%
G=8.51%
B=86.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal58810.940.9000.68237.6388.3716.86
Hex58515E5A044ee5811
Octal510121136132010435613021
Binary10110001010001101111010110100100010011101110101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050851; }

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

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

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

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

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

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

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

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