#120963

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

Shades of Midnight Blue #120963

Tints of Midnight Blue #120963

Color information

#120963 (or 0x120963) is unknown color: approx Midnight Blue. HEX triplet: 12, 09 and 63. RGB value is (18,9,99). Sum of RGB (Red+Green+Blue) = 18+9+99=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 99 (39.06% from 255 or 78.57% from 126); Max value from RGB is 99 - color contains mainly: blue. Hex color #120963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120963 is #EDF69C. Grayscale: #151515. Windows color (decimal): -15595165 or 6490386. OLE color: 6490386.

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

Color convert

RGB18999-
CMYK0.820.9100.61
HSL246º83.33%21.18%-
HSV(B)246º90.91%38.82%-
XYZ2.61.2211.9-
YUV21.95171.48125.18-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 99 (39.06% from 255) = 78.57%
R=14.29%
G=7.14%
B=78.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal189990.820.9100.6124683.3321.18
Hex12963525B03Df65315
Octal221114312213307536612325
Binary100101001110001110100101011011011110111110110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120963; }

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

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

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

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

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

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

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

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