#12116d

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

Shades of Midnight Blue #12116D

Tints of Midnight Blue #12116D

Color information

#12116D (or 0x12116D) is unknown color: approx Midnight Blue. HEX triplet: 12, 11 and 6D. RGB value is (18,17,109). Sum of RGB (Red+Green+Blue) = 18+17+109=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #12116D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12116D is #EDEE92. Grayscale: #1B1B1B. Windows color (decimal): -15593107 or 7147794. OLE color: 7147794.

HSL color Cylindrical-coordinate representation of color #12116D: hue angle of 240.65º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12116D is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1817109-
CMYK0.830.8400.57
HSL240.65º73.02%24.71%-
HSV(B)240.65º84.4%42.75%-
XYZ3.211.6314.61-
YUV27.79173.83121.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 109 (42.97% from 255) = 75.69%
R=12.5%
G=11.81%
B=75.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18171090.830.8400.57240.6573.0224.71
Hex12116D5354039f14919
Octal222115512312407136111131
Binary1001010001110110110100111010100011100111110001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12116d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12116d; }

 p { color: rgb(18,17,109); }

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

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

 a { background-color: rgb(18,17,109); }

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

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

 span { border-color: rgb(18,17,109); }

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