Shades of New Midnight Blue #120FB4
Tints of New Midnight Blue #120FB4
RGB
CMYK
RGB Variations
Color information
#120FB4 (or 0x120FB4) is known color: New Midnight Blue. HEX triplet: 12, 0F and B4. RGB value is (18,15,180). Sum of RGB (Red+Green+Blue) = 18+15+180=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 180 (70.70% from 255 or 84.51% from 213); Max value from RGB is 180 - color contains mainly: blue. Hex color #120FB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120FB4 is #EDF04B. Grayscale: #222222. Windows color (decimal): -15593548 or 11800338. OLE color: 11800338.
HSL color Cylindrical-coordinate representation of color #120FB4: hue angle of 241.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120FB4 is Cyan = 0.9, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 15 | 180 | - |
| CMYK | 0.9 | 0.92 | 0 | 0.29 |
| HSL | 241.09º | 0.85% | 0.38% | - |
| HSV(B) | 241.09º | 0.92% | 0.71% | - |
| XYZ | 8.66 | 3.77 | 43.45 | - |
| YUV | 34.71 | 209.99 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 180 | 0.9 | 0.92 | 0 | 0.29 | 241.09 | 0.85 | 0.38 |
| Hex | 12 | F | B4 | 5A | 5C | 0 | 1D | F1 | 55 | 26 |
| Octal | 22 | 17 | 264 | 132 | 134 | 0 | 35 | 361 | 125 | 46 |
| Binary | 10010 | 1111 | 10110100 | 1011010 | 1011100 | 0 | 11101 | 11110001 | 1010101 | 100110 |
Color Harmonies of #120FB4
Complementary color
Monochromatic Colors of #120FB4
Black with #120FB4
Text Example
Text Example
White with #120FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120FB4; }
p { color: rgb(18,15,180); }
H1.HeaderClassName
{
color: #120FB4;
}
.AnyTagClassName
{
color: #120FB4;
}
</style>
background-color css
<style>
a { background-color: #120FB4; }
a { background-color: rgb(18,15,180); }
div.DivClassName
{
background-color: #120FB4;
}
.BgClassName
{
background-color: #120FB4;
}
</style>
border-color css
<style>
span { border-color: #120FB4; }
span { border-color: rgb(18,15,180); }
td.TdClassName
{
border-color: #120FB4;
}
.TagClassName
{
border-color: #120FB4;
}
</style>