Shades of Midnight Blue #12105D
Tints of Midnight Blue #12105D
RGB
CMYK
RGB Variations
Color information
#12105D (or 0x12105D) is known color: Midnight Blue. HEX triplet: 12, 10 and 5D. RGB value is (18,16,93). Sum of RGB (Red+Green+Blue) = 18+16+93=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #12105D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12105D is #EDEFA2. Grayscale: #191919. Windows color (decimal): -15593379 or 6098962. OLE color: 6098962.
HSL color Cylindrical-coordinate representation of color #12105D: hue angle of 241.56º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12105D is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 16 | 93 | - |
| CMYK | 0.81 | 0.83 | 0 | 0.64 |
| HSL | 241.56º | 0.71% | 0.21% | - |
| HSV(B) | 241.56º | 0.83% | 0.36% | - |
| XYZ | 2.41 | 1.29 | 10.48 | - |
| YUV | 25.38 | 166.16 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 93 | 0.81 | 0.83 | 0 | 0.64 | 241.56 | 0.71 | 0.21 |
| Hex | 12 | 10 | 5D | 51 | 53 | 0 | 40 | F2 | 47 | 15 |
| Octal | 22 | 20 | 135 | 121 | 123 | 0 | 100 | 362 | 107 | 25 |
| Binary | 10010 | 10000 | 1011101 | 1010001 | 1010011 | 0 | 1000000 | 11110010 | 1000111 | 10101 |
Color Harmonies of #12105D
Complementary color
Monochromatic Colors of #12105D
Black with #12105D
Text Example
Text Example
White with #12105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12105D; }
p { color: rgb(18,16,93); }
H1.HeaderClassName
{
color: #12105D;
}
.AnyTagClassName
{
color: #12105D;
}
</style>
background-color css
<style>
a { background-color: #12105D; }
a { background-color: rgb(18,16,93); }
div.DivClassName
{
background-color: #12105D;
}
.BgClassName
{
background-color: #12105D;
}
</style>
border-color css
<style>
span { border-color: #12105D; }
span { border-color: rgb(18,16,93); }
td.TdClassName
{
border-color: #12105D;
}
.TagClassName
{
border-color: #12105D;
}
</style>