Shades of Midnight Blue #12135A
Tints of Midnight Blue #12135A
RGB
CMYK
RGB Variations
Color information
#12135A (or 0x12135A) is known color: Midnight Blue. HEX triplet: 12, 13 and 5A. RGB value is (18,19,90). Sum of RGB (Red+Green+Blue) = 18+19+90=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 90 (35.55% from 255 or 70.87% from 127); Max value from RGB is 90 - color contains mainly: blue. Hex color #12135A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12135A is #EDECA5. Grayscale: #1A1A1A. Windows color (decimal): -15592614 or 5903122. OLE color: 5903122.
HSL color Cylindrical-coordinate representation of color #12135A: hue angle of 239.17º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12135A is Cyan = 0.80, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 19 | 90 | - |
| CMYK | 0.80 | 0.79 | 0 | 0.65 |
| HSL | 239.17º | 0.67% | 0.21% | - |
| HSV(B) | 239.17º | 0.8% | 0.35% | - |
| XYZ | 2.33 | 1.33 | 9.81 | - |
| YUV | 26.8 | 163.67 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 90 | 0.80 | 0.79 | 0 | 0.65 | 239.17 | 0.67 | 0.21 |
| Hex | 12 | 13 | 5A | 50 | 4F | 0 | 41 | EF | 43 | 15 |
| Octal | 22 | 23 | 132 | 120 | 117 | 0 | 101 | 357 | 103 | 25 |
| Binary | 10010 | 10011 | 1011010 | 1010000 | 1001111 | 0 | 1000001 | 11101111 | 1000011 | 10101 |
Color Harmonies of #12135A
Complementary color
Monochromatic Colors of #12135A
Black with #12135A
Text Example
Text Example
White with #12135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12135A; }
p { color: rgb(18,19,90); }
H1.HeaderClassName
{
color: #12135A;
}
.AnyTagClassName
{
color: #12135A;
}
</style>
background-color css
<style>
a { background-color: #12135A; }
a { background-color: rgb(18,19,90); }
div.DivClassName
{
background-color: #12135A;
}
.BgClassName
{
background-color: #12135A;
}
</style>
border-color css
<style>
span { border-color: #12135A; }
span { border-color: rgb(18,19,90); }
td.TdClassName
{
border-color: #12135A;
}
.TagClassName
{
border-color: #12135A;
}
</style>