Shades of Midnight Blue #122185
Tints of Midnight Blue #122185
RGB
CMYK
RGB Variations
Color information
#122185 (or 0x122185) is known color: Midnight Blue. HEX triplet: 12, 21 and 85. RGB value is (18,33,133). Sum of RGB (Red+Green+Blue) = 18+33+133=184 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.78% from 184); Green value is 33 (13.28% from 255 or 17.93% from 184); Blue value is 133 (52.34% from 255 or 72.28% from 184); Max value from RGB is 133 - color contains mainly: blue. Hex color #122185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122185 is #EDDE7A. Grayscale: #272727. Windows color (decimal): -15588987 or 8724754. OLE color: 8724754.
HSL color Cylindrical-coordinate representation of color #122185: hue angle of 232.17º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122185 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 33 | 133 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.48 |
| HSL | 232.17º | 0.76% | 0.3% | - |
| HSV(B) | 232.17º | 0.86% | 0.52% | - |
| XYZ | 5.03 | 2.91 | 22.49 | - |
| YUV | 39.92 | 180.53 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 133 | 0.86 | 0.75 | 0 | 0.48 | 232.17 | 0.76 | 0.3 |
| Hex | 12 | 21 | 85 | 56 | 4B | 0 | 30 | E8 | 4C | 1E |
| Octal | 22 | 41 | 205 | 126 | 113 | 0 | 60 | 350 | 114 | 36 |
| Binary | 10010 | 100001 | 10000101 | 1010110 | 1001011 | 0 | 110000 | 11101000 | 1001100 | 11110 |
Color Harmonies of #122185
Complementary color
Monochromatic Colors of #122185
Black with #122185
Text Example
Text Example
White with #122185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122185; }
p { color: rgb(18,33,133); }
H1.HeaderClassName
{
color: #122185;
}
.AnyTagClassName
{
color: #122185;
}
</style>
background-color css
<style>
a { background-color: #122185; }
a { background-color: rgb(18,33,133); }
div.DivClassName
{
background-color: #122185;
}
.BgClassName
{
background-color: #122185;
}
</style>
border-color css
<style>
span { border-color: #122185; }
span { border-color: rgb(18,33,133); }
td.TdClassName
{
border-color: #122185;
}
.TagClassName
{
border-color: #122185;
}
</style>