#050954

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

Shades of Midnight Blue #050954

Tints of Midnight Blue #050954

Color information

#050954 (or 0x050954) is unknown color: approx Midnight Blue. HEX triplet: 05, 09 and 54. RGB value is (5,9,84). Sum of RGB (Red+Green+Blue) = 5+9+84=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 84 (33.20% from 255 or 85.71% from 98); Max value from RGB is 84 - color contains mainly: blue. Hex color #050954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050954 is #FAF6AB. Grayscale: #101010. Windows color (decimal): -16447148 or 5507333. OLE color: 5507333.

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

Color convert

RGB5984-
CMYK0.940.8900.67
HSL236.96º88.76%17.45%-
HSV(B)236.96º94.05%32.94%-
XYZ1.760.878.46-
YUV16.35166.17119.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.10%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 84 (33.20% from 255) = 85.71%
R=5.10%
G=9.18%
B=85.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal59840.940.8900.67236.9688.7617.45
Hex59545E59043ed5911
Octal511124136131010335513121
Binary10110011010100101111010110010100001111101101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050954; }

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

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

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

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

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

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

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

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