Shades of Midnight Blue #12207E
Tints of Midnight Blue #12207E
RGB
CMYK
RGB Variations
Color information
#12207E (or 0x12207E) is known color: Midnight Blue. HEX triplet: 12, 20 and 7E. RGB value is (18,32,126). Sum of RGB (Red+Green+Blue) = 18+32+126=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 126 (49.61% from 255 or 71.59% from 176); Max value from RGB is 126 - color contains mainly: blue. Hex color #12207E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12207E is #EDDF81. Grayscale: #262626. Windows color (decimal): -15589250 or 8265746. OLE color: 8265746.
HSL color Cylindrical-coordinate representation of color #12207E: hue angle of 232.22º 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 #12207E is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 32 | 126 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.51 |
| HSL | 232.22º | 0.75% | 0.28% | - |
| HSV(B) | 232.22º | 0.86% | 0.49% | - |
| XYZ | 4.53 | 2.67 | 20.01 | - |
| YUV | 38.53 | 177.36 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 126 | 0.86 | 0.75 | 0 | 0.51 | 232.22 | 0.75 | 0.28 |
| Hex | 12 | 20 | 7E | 56 | 4B | 0 | 33 | E8 | 4B | 1C |
| Octal | 22 | 40 | 176 | 126 | 113 | 0 | 63 | 350 | 113 | 34 |
| Binary | 10010 | 100000 | 1111110 | 1010110 | 1001011 | 0 | 110011 | 11101000 | 1001011 | 11100 |
Color Harmonies of #12207E
Complementary color
Monochromatic Colors of #12207E
Black with #12207E
Text Example
Text Example
White with #12207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12207E; }
p { color: rgb(18,32,126); }
H1.HeaderClassName
{
color: #12207E;
}
.AnyTagClassName
{
color: #12207E;
}
</style>
background-color css
<style>
a { background-color: #12207E; }
a { background-color: rgb(18,32,126); }
div.DivClassName
{
background-color: #12207E;
}
.BgClassName
{
background-color: #12207E;
}
</style>
border-color css
<style>
span { border-color: #12207E; }
span { border-color: rgb(18,32,126); }
td.TdClassName
{
border-color: #12207E;
}
.TagClassName
{
border-color: #12207E;
}
</style>