Shades of Midnight Blue #12106E
Tints of Midnight Blue #12106E
RGB
CMYK
RGB Variations
Color information
#12106E (or 0x12106E) is known color: Midnight Blue. HEX triplet: 12, 10 and 6E. RGB value is (18,16,110). Sum of RGB (Red+Green+Blue) = 18+16+110=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 110 (43.36% from 255 or 76.39% from 144); Max value from RGB is 110 - color contains mainly: blue. Hex color #12106E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12106E is #EDEF91. Grayscale: #1A1A1A. Windows color (decimal): -15593362 or 7213074. OLE color: 7213074.
HSL color Cylindrical-coordinate representation of color #12106E: hue angle of 241.28º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12106E is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 16 | 110 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.57 |
| HSL | 241.28º | 0.75% | 0.25% | - |
| HSV(B) | 241.28º | 0.85% | 0.43% | - |
| XYZ | 3.25 | 1.62 | 14.89 | - |
| YUV | 27.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 110 | 0.84 | 0.85 | 0 | 0.57 | 241.28 | 0.75 | 0.25 |
| Hex | 12 | 10 | 6E | 54 | 55 | 0 | 39 | F1 | 4B | 19 |
| Octal | 22 | 20 | 156 | 124 | 125 | 0 | 71 | 361 | 113 | 31 |
| Binary | 10010 | 10000 | 1101110 | 1010100 | 1010101 | 0 | 111001 | 11110001 | 1001011 | 11001 |
Color Harmonies of #12106E
Complementary color
Monochromatic Colors of #12106E
Black with #12106E
Text Example
Text Example
White with #12106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12106E; }
p { color: rgb(18,16,110); }
H1.HeaderClassName
{
color: #12106E;
}
.AnyTagClassName
{
color: #12106E;
}
</style>
background-color css
<style>
a { background-color: #12106E; }
a { background-color: rgb(18,16,110); }
div.DivClassName
{
background-color: #12106E;
}
.BgClassName
{
background-color: #12106E;
}
</style>
border-color css
<style>
span { border-color: #12106E; }
span { border-color: rgb(18,16,110); }
td.TdClassName
{
border-color: #12106E;
}
.TagClassName
{
border-color: #12106E;
}
</style>