Shades of New Midnight Blue #1213B1
Tints of New Midnight Blue #1213B1
RGB
CMYK
RGB Variations
Color information
#1213B1 (or 0x1213B1) is known color: New Midnight Blue. HEX triplet: 12, 13 and B1. RGB value is (18,19,177). Sum of RGB (Red+Green+Blue) = 18+19+177=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 177 (69.53% from 255 or 82.71% from 214); Max value from RGB is 177 - color contains mainly: blue. Hex color #1213B1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1213B1 is #EDEC4E. Grayscale: #242424. Windows color (decimal): -15592527 or 11604754. OLE color: 11604754.
HSL color Cylindrical-coordinate representation of color #1213B1: hue angle of 239.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1213B1 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 19 | 177 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.31 |
| HSL | 239.62º | 0.82% | 0.38% | - |
| HSV(B) | 239.62º | 0.9% | 0.69% | - |
| XYZ | 8.42 | 3.77 | 41.88 | - |
| YUV | 36.71 | 207.17 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 19 | 177 | 0.90 | 0.89 | 0 | 0.31 | 239.62 | 0.82 | 0.38 |
| Hex | 12 | 13 | B1 | 5A | 59 | 0 | 1F | F0 | 52 | 26 |
| Octal | 22 | 23 | 261 | 132 | 131 | 0 | 37 | 360 | 122 | 46 |
| Binary | 10010 | 10011 | 10110001 | 1011010 | 1011001 | 0 | 11111 | 11110000 | 1010010 | 100110 |
Color Harmonies of #1213B1
Complementary color
Monochromatic Colors of #1213B1
Black with #1213B1
Text Example
Text Example
White with #1213B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1213B1; }
p { color: rgb(18,19,177); }
H1.HeaderClassName
{
color: #1213B1;
}
.AnyTagClassName
{
color: #1213B1;
}
</style>
background-color css
<style>
a { background-color: #1213B1; }
a { background-color: rgb(18,19,177); }
div.DivClassName
{
background-color: #1213B1;
}
.BgClassName
{
background-color: #1213B1;
}
</style>
border-color css
<style>
span { border-color: #1213B1; }
span { border-color: rgb(18,19,177); }
td.TdClassName
{
border-color: #1213B1;
}
.TagClassName
{
border-color: #1213B1;
}
</style>