#121656

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

Shades of Midnight Blue #121656

Tints of Midnight Blue #121656

Color information

#121656 (or 0x121656) is unknown color: approx Midnight Blue. HEX triplet: 12, 16 and 56. RGB value is (18,22,86). Sum of RGB (Red+Green+Blue) = 18+22+86=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 86 (33.98% from 255 or 68.25% from 126); Max value from RGB is 86 - color contains mainly: blue. Hex color #121656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121656 is #EDE9A9. Grayscale: #1B1B1B. Windows color (decimal): -15591850 or 5641746. OLE color: 5641746.

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

Color convert

RGB182286-
CMYK0.790.7400.66
HSL236.47º65.38%20.39%-
HSV(B)236.47º79.07%33.73%-
XYZ2.221.378.95-
YUV28.1160.67120.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 22 (8.98% from 255) = 17.46%
BLUE value IS 86 (33.98% from 255) = 68.25%
R=14.29%
G=17.46%
B=68.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1822860.790.7400.66236.4765.3820.39
Hex1216564F4A042ec4114
Octal2226126117112010235410124
Binary10010101101010110100111110010100100001011101100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121656; }

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

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

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

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

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

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

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

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