Shades of Midnight Blue #12197D
Tints of Midnight Blue #12197D
RGB
CMYK
RGB Variations
Color information
#12197D (or 0x12197D) is known color: Midnight Blue. HEX triplet: 12, 19 and 7D. RGB value is (18,25,125). Sum of RGB (Red+Green+Blue) = 18+25+125=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #12197D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #12197D is #EDE682. Grayscale: #212121. Windows color (decimal): -15591043 or 8198418. OLE color: 8198418.
HSL color Cylindrical-coordinate representation of color #12197D: hue angle of 236.07º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12197D is Cyan = 0.86, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 25 | 125 | - |
| CMYK | 0.86 | 0.8 | 0 | 0.51 |
| HSL | 236.07º | 0.75% | 0.28% | - |
| HSV(B) | 236.07º | 0.86% | 0.49% | - |
| XYZ | 4.3 | 2.3 | 19.62 | - |
| YUV | 34.31 | 179.18 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 125 | 0.86 | 0.8 | 0 | 0.51 | 236.07 | 0.75 | 0.28 |
| Hex | 12 | 19 | 7D | 56 | 50 | 0 | 33 | EC | 4B | 1C |
| Octal | 22 | 31 | 175 | 126 | 120 | 0 | 63 | 354 | 113 | 34 |
| Binary | 10010 | 11001 | 1111101 | 1010110 | 1010000 | 0 | 110011 | 11101100 | 1001011 | 11100 |
Color Harmonies of #12197D
Complementary color
Monochromatic Colors of #12197D
Black with #12197D
Text Example
Text Example
White with #12197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12197D; }
p { color: rgb(18,25,125); }
H1.HeaderClassName
{
color: #12197D;
}
.AnyTagClassName
{
color: #12197D;
}
</style>
background-color css
<style>
a { background-color: #12197D; }
a { background-color: rgb(18,25,125); }
div.DivClassName
{
background-color: #12197D;
}
.BgClassName
{
background-color: #12197D;
}
</style>
border-color css
<style>
span { border-color: #12197D; }
span { border-color: rgb(18,25,125); }
td.TdClassName
{
border-color: #12197D;
}
.TagClassName
{
border-color: #12197D;
}
</style>