#121056

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

Shades of Midnight Blue #121056

Tints of Midnight Blue #121056

Color information

#121056 (or 0x121056) is unknown color: approx Midnight Blue. HEX triplet: 12, 10 and 56. RGB value is (18,16,86). Sum of RGB (Red+Green+Blue) = 18+16+86=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 86 (33.98% from 255 or 71.67% from 120); Max value from RGB is 86 - color contains mainly: blue. Hex color #121056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121056 is #EDEFA9. Grayscale: #181818. Windows color (decimal): -15593386 or 5640210. OLE color: 5640210.

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

Color convert

RGB181686-
CMYK0.790.8100.66
HSL241.71º68.63%20%-
HSV(B)241.71º81.4%33.73%-
XYZ2.111.178.92-
YUV24.58162.66123.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 16 (6.64% from 255) = 13.33%
BLUE value IS 86 (33.98% from 255) = 71.67%
R=15%
G=13.33%
B=71.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1816860.790.8100.66241.7168.6320
Hex1210564F51042f24514
Octal2220126117121010236210524
Binary10010100001010110100111110100010100001011110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121056; }

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

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

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

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

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

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

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

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