Shades of Midnight Blue #12136F
Tints of Midnight Blue #12136F
RGB
CMYK
RGB Variations
Color information
#12136F (or 0x12136F) is known color: Midnight Blue. HEX triplet: 12, 13 and 6F. RGB value is (18,19,111). Sum of RGB (Red+Green+Blue) = 18+19+111=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 111 (43.75% from 255 or 75% from 148); Max value from RGB is 111 - color contains mainly: blue. Hex color #12136F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12136F is #EDEC90. Grayscale: #1C1C1C. Windows color (decimal): -15592593 or 7279378. OLE color: 7279378.
HSL color Cylindrical-coordinate representation of color #12136F: hue angle of 239.35º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12136F is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 19 | 111 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.56 |
| HSL | 239.35º | 0.72% | 0.25% | - |
| HSV(B) | 239.35º | 0.84% | 0.44% | - |
| XYZ | 3.35 | 1.74 | 15.2 | - |
| YUV | 29.19 | 174.17 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 111 | 0.84 | 0.83 | 0 | 0.56 | 239.35 | 0.72 | 0.25 |
| Hex | 12 | 13 | 6F | 54 | 53 | 0 | 38 | EF | 48 | 19 |
| Octal | 22 | 23 | 157 | 124 | 123 | 0 | 70 | 357 | 110 | 31 |
| Binary | 10010 | 10011 | 1101111 | 1010100 | 1010011 | 0 | 111000 | 11101111 | 1001000 | 11001 |
Color Harmonies of #12136F
Complementary color
Monochromatic Colors of #12136F
Black with #12136F
Text Example
Text Example
White with #12136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12136F; }
p { color: rgb(18,19,111); }
H1.HeaderClassName
{
color: #12136F;
}
.AnyTagClassName
{
color: #12136F;
}
</style>
background-color css
<style>
a { background-color: #12136F; }
a { background-color: rgb(18,19,111); }
div.DivClassName
{
background-color: #12136F;
}
.BgClassName
{
background-color: #12136F;
}
</style>
border-color css
<style>
span { border-color: #12136F; }
span { border-color: rgb(18,19,111); }
td.TdClassName
{
border-color: #12136F;
}
.TagClassName
{
border-color: #12136F;
}
</style>