#120056

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

Shades of Midnight Blue #120056

Tints of Midnight Blue #120056

Color information

#120056 (or 0x120056) is unknown color: approx Midnight Blue. HEX triplet: 12, 00 and 56. RGB value is (18,0,86). Sum of RGB (Red+Green+Blue) = 18+0+86=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 86 (33.98% from 255 or 82.69% from 104); Max value from RGB is 86 - color contains mainly: blue. Hex color #120056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120056 is #EDFFA9. Grayscale: #0E0E0E. Windows color (decimal): -15597482 or 5636114. OLE color: 5636114.

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

Color convert

RGB18086-
CMYK0.79100.66
HSL252.56º100%16.86%-
HSV(B)252.56º100%33.73%-
XYZ1.930.88.86-
YUV15.19167.96130.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 82.69%
R=17.31%
G=0%
B=82.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal180860.79100.66252.5610016.86
Hex120564F64042fd6411
Octal220126117144010237514421
Binary1001001010110100111111001000100001011111101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120056; }

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

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

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

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

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

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

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

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