Shades of New Midnight Blue #1204AB
Tints of New Midnight Blue #1204AB
RGB
CMYK
RGB Variations
Color information
#1204AB (or 0x1204AB) is known color: New Midnight Blue. HEX triplet: 12, 04 and AB. RGB value is (18,4,171). Sum of RGB (Red+Green+Blue) = 18+4+171=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 171 (67.19% from 255 or 88.60% from 193); Max value from RGB is 171 - color contains mainly: blue. Hex color #1204AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1204AB is #EDFB54. Grayscale: #1A1A1A. Windows color (decimal): -15596373 or 11207698. OLE color: 11207698.
HSL color Cylindrical-coordinate representation of color #1204AB: hue angle of 245.03º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1204AB is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 4 | 171 | - |
| CMYK | 0.89 | 0.98 | 0 | 0.33 |
| HSL | 245.03º | 0.95% | 0.34% | - |
| HSV(B) | 245.03º | 0.98% | 0.67% | - |
| XYZ | 7.64 | 3.16 | 38.73 | - |
| YUV | 27.22 | 209.14 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 171 | 0.89 | 0.98 | 0 | 0.33 | 245.03 | 0.95 | 0.34 |
| Hex | 12 | 4 | AB | 59 | 62 | 0 | 21 | F5 | 5F | 22 |
| Octal | 22 | 4 | 253 | 131 | 142 | 0 | 41 | 365 | 137 | 42 |
| Binary | 10010 | 100 | 10101011 | 1011001 | 1100010 | 0 | 100001 | 11110101 | 1011111 | 100010 |
Color Harmonies of #1204AB
Complementary color
Monochromatic Colors of #1204AB
Black with #1204AB
Text Example
Text Example
White with #1204AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1204AB; }
p { color: rgb(18,4,171); }
H1.HeaderClassName
{
color: #1204AB;
}
.AnyTagClassName
{
color: #1204AB;
}
</style>
background-color css
<style>
a { background-color: #1204AB; }
a { background-color: rgb(18,4,171); }
div.DivClassName
{
background-color: #1204AB;
}
.BgClassName
{
background-color: #1204AB;
}
</style>
border-color css
<style>
span { border-color: #1204AB; }
span { border-color: rgb(18,4,171); }
td.TdClassName
{
border-color: #1204AB;
}
.TagClassName
{
border-color: #1204AB;
}
</style>