Shades of Midnight Blue #12105B
Tints of Midnight Blue #12105B
RGB
CMYK
RGB Variations
Color information
#12105B (or 0x12105B) is known color: Midnight Blue. HEX triplet: 12, 10 and 5B. RGB value is (18,16,91). Sum of RGB (Red+Green+Blue) = 18+16+91=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #12105B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12105B is #EDEFA4. Grayscale: #181818. Windows color (decimal): -15593381 or 5967890. OLE color: 5967890.
HSL color Cylindrical-coordinate representation of color #12105B: hue angle of 241.6º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12105B is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 16 | 91 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.64 |
| HSL | 241.6º | 0.7% | 0.21% | - |
| HSV(B) | 241.6º | 0.82% | 0.36% | - |
| XYZ | 2.32 | 1.25 | 10.02 | - |
| YUV | 25.15 | 165.16 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 91 | 0.80 | 0.82 | 0 | 0.64 | 241.6 | 0.7 | 0.21 |
| Hex | 12 | 10 | 5B | 50 | 52 | 0 | 40 | F2 | 46 | 15 |
| Octal | 22 | 20 | 133 | 120 | 122 | 0 | 100 | 362 | 106 | 25 |
| Binary | 10010 | 10000 | 1011011 | 1010000 | 1010010 | 0 | 1000000 | 11110010 | 1000110 | 10101 |
Color Harmonies of #12105B
Complementary color
Monochromatic Colors of #12105B
Black with #12105B
Text Example
Text Example
White with #12105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12105B; }
p { color: rgb(18,16,91); }
H1.HeaderClassName
{
color: #12105B;
}
.AnyTagClassName
{
color: #12105B;
}
</style>
background-color css
<style>
a { background-color: #12105B; }
a { background-color: rgb(18,16,91); }
div.DivClassName
{
background-color: #12105B;
}
.BgClassName
{
background-color: #12105B;
}
</style>
border-color css
<style>
span { border-color: #12105B; }
span { border-color: rgb(18,16,91); }
td.TdClassName
{
border-color: #12105B;
}
.TagClassName
{
border-color: #12105B;
}
</style>