#050854

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

Shades of Midnight Blue #050854

Tints of Midnight Blue #050854

Color information

#050854 (or 0x050854) is unknown color: approx Midnight Blue. HEX triplet: 05, 08 and 54. RGB value is (5,8,84). Sum of RGB (Red+Green+Blue) = 5+8+84=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 84 (33.20% from 255 or 86.60% from 97); Max value from RGB is 84 - color contains mainly: blue. Hex color #050854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050854 is #FAF7AB. Grayscale: #0F0F0F. Windows color (decimal): -16447404 or 5507077. OLE color: 5507077.

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

Color convert

RGB5884-
CMYK0.940.9000.67
HSL237.72º88.76%17.45%-
HSV(B)237.72º94.05%32.94%-
XYZ1.750.858.46-
YUV15.77166.51120.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.15%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 84 (33.20% from 255) = 86.60%
R=5.15%
G=8.25%
B=86.60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal58840.940.9000.67237.7288.7617.45
Hex58545E5A043ee5911
Octal510124136132010335613121
Binary10110001010100101111010110100100001111101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050854; }

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

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

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

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

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

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

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

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