Shades of Midnight Blue #12105C
Tints of Midnight Blue #12105C
RGB
CMYK
RGB Variations
Color information
#12105C (or 0x12105C) is known color: Midnight Blue. HEX triplet: 12, 10 and 5C. RGB value is (18,16,92). Sum of RGB (Red+Green+Blue) = 18+16+92=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #12105C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12105C is #EDEFA3. Grayscale: #181818. Windows color (decimal): -15593380 or 6033426. OLE color: 6033426.
HSL color Cylindrical-coordinate representation of color #12105C: hue angle of 241.58º degrees, saturation: 0.7, 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 #12105C is Cyan = 0.80, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 16 | 92 | - |
| CMYK | 0.80 | 0.83 | 0 | 0.64 |
| HSL | 241.58º | 0.7% | 0.21% | - |
| HSV(B) | 241.58º | 0.83% | 0.36% | - |
| XYZ | 2.37 | 1.27 | 10.25 | - |
| YUV | 25.26 | 165.66 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 16 | 92 | 0.80 | 0.83 | 0 | 0.64 | 241.58 | 0.7 | 0.21 |
| Hex | 12 | 10 | 5C | 50 | 53 | 0 | 40 | F2 | 46 | 15 |
| Octal | 22 | 20 | 134 | 120 | 123 | 0 | 100 | 362 | 106 | 25 |
| Binary | 10010 | 10000 | 1011100 | 1010000 | 1010011 | 0 | 1000000 | 11110010 | 1000110 | 10101 |
Color Harmonies of #12105C
Complementary color
Monochromatic Colors of #12105C
Black with #12105C
Text Example
Text Example
White with #12105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12105C; }
p { color: rgb(18,16,92); }
H1.HeaderClassName
{
color: #12105C;
}
.AnyTagClassName
{
color: #12105C;
}
</style>
background-color css
<style>
a { background-color: #12105C; }
a { background-color: rgb(18,16,92); }
div.DivClassName
{
background-color: #12105C;
}
.BgClassName
{
background-color: #12105C;
}
</style>
border-color css
<style>
span { border-color: #12105C; }
span { border-color: rgb(18,16,92); }
td.TdClassName
{
border-color: #12105C;
}
.TagClassName
{
border-color: #12105C;
}
</style>