#050963

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

Shades of Midnight Blue #050963

Tints of Midnight Blue #050963

Color information

#050963 (or 0x050963) is unknown color: approx Midnight Blue. HEX triplet: 05, 09 and 63. RGB value is (5,9,99). Sum of RGB (Red+Green+Blue) = 5+9+99=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 99 (39.06% from 255 or 87.61% from 113); Max value from RGB is 99 - color contains mainly: blue. Hex color #050963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050963 is #FAF69C. Grayscale: #111111. Windows color (decimal): -16447133 or 6490373. OLE color: 6490373.

HSL color Cylindrical-coordinate representation of color #050963: hue angle of 237.45º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050963 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5999-
CMYK0.950.9100.61
HSL237.45º90.38%20.39%-
HSV(B)237.45º94.95%38.82%-
XYZ2.411.1311.9-
YUV18.06173.67118.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 99 (39.06% from 255) = 87.61%
R=4.42%
G=7.96%
B=87.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal59990.950.9100.61237.4590.3820.39
Hex59635F5B03Ded5a14
Octal51114313713307535513224
Binary1011001110001110111111011011011110111101101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050963; }

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

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

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

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

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

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

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

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