Shades of Midnight Blue #122175
Tints of Midnight Blue #122175
RGB
CMYK
RGB Variations
Color information
#122175 (or 0x122175) is known color: Midnight Blue. HEX triplet: 12, 21 and 75. RGB value is (18,33,117). Sum of RGB (Red+Green+Blue) = 18+33+117=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #122175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122175 is #EDDE8A. Grayscale: #252525. Windows color (decimal): -15589003 or 7676178. OLE color: 7676178.
HSL color Cylindrical-coordinate representation of color #122175: hue angle of 230.91º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122175 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 33 | 117 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.54 |
| HSL | 230.91º | 0.73% | 0.26% | - |
| HSV(B) | 230.91º | 0.85% | 0.46% | - |
| XYZ | 4 | 2.5 | 17.1 | - |
| YUV | 38.09 | 172.53 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 117 | 0.85 | 0.72 | 0 | 0.54 | 230.91 | 0.73 | 0.26 |
| Hex | 12 | 21 | 75 | 55 | 48 | 0 | 36 | E7 | 49 | 1A |
| Octal | 22 | 41 | 165 | 125 | 110 | 0 | 66 | 347 | 111 | 32 |
| Binary | 10010 | 100001 | 1110101 | 1010101 | 1001000 | 0 | 110110 | 11100111 | 1001001 | 11010 |
Color Harmonies of #122175
Complementary color
Monochromatic Colors of #122175
Black with #122175
Text Example
Text Example
White with #122175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122175; }
p { color: rgb(18,33,117); }
H1.HeaderClassName
{
color: #122175;
}
.AnyTagClassName
{
color: #122175;
}
</style>
background-color css
<style>
a { background-color: #122175; }
a { background-color: rgb(18,33,117); }
div.DivClassName
{
background-color: #122175;
}
.BgClassName
{
background-color: #122175;
}
</style>
border-color css
<style>
span { border-color: #122175; }
span { border-color: rgb(18,33,117); }
td.TdClassName
{
border-color: #122175;
}
.TagClassName
{
border-color: #122175;
}
</style>