#120756

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

Shades of Midnight Blue #120756

Tints of Midnight Blue #120756

Color information

#120756 (or 0x120756) is unknown color: approx Midnight Blue. HEX triplet: 12, 07 and 56. RGB value is (18,7,86). Sum of RGB (Red+Green+Blue) = 18+7+86=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 86 (33.98% from 255 or 77.48% from 111); Max value from RGB is 86 - color contains mainly: blue. Hex color #120756 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120756 is #EDF8A9. Grayscale: #121212. Windows color (decimal): -15595690 or 5637906. OLE color: 5637906.

HSL color Cylindrical-coordinate representation of color #120756: hue angle of 248.35º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120756 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB18786-
CMYK0.790.9200.66
HSL248.35º84.95%18.24%-
HSV(B)248.35º91.86%33.73%-
XYZ2.010.958.88-
YUV19.3165.64127.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 86 (33.98% from 255) = 77.48%
R=16.22%
G=6.31%
B=77.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal187860.790.9200.66248.3584.9518.24
Hex127564F5C042f85512
Octal227126117134010237012522
Binary100101111010110100111110111000100001011111000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120756; }

 p { color: rgb(18,7,86); }

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

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

 a { background-color: rgb(18,7,86); }

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

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

 span { border-color: rgb(18,7,86); }

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