Shades of New Midnight Blue #1201AE
Tints of New Midnight Blue #1201AE
RGB
CMYK
RGB Variations
Color information
#1201AE (or 0x1201AE) is known color: New Midnight Blue. HEX triplet: 12, 01 and AE. RGB value is (18,1,174). Sum of RGB (Red+Green+Blue) = 18+1+174=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 174 (68.36% from 255 or 90.16% from 193); Max value from RGB is 174 - color contains mainly: blue. Hex color #1201AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1201AE is #EDFE51. Grayscale: #191919. Windows color (decimal): -15597138 or 11403538. OLE color: 11403538.
HSL color Cylindrical-coordinate representation of color #1201AE: hue angle of 245.9º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1201AE is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 1 | 174 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.32 |
| HSL | 245.9º | 0.99% | 0.34% | - |
| HSV(B) | 245.9º | 0.99% | 0.68% | - |
| XYZ | 7.9 | 3.21 | 40.25 | - |
| YUV | 25.81 | 211.63 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 174 | 0.90 | 0.99 | 0 | 0.32 | 245.9 | 0.99 | 0.34 |
| Hex | 12 | 1 | AE | 5A | 63 | 0 | 20 | F6 | 63 | 22 |
| Octal | 22 | 1 | 256 | 132 | 143 | 0 | 40 | 366 | 143 | 42 |
| Binary | 10010 | 1 | 10101110 | 1011010 | 1100011 | 0 | 100000 | 11110110 | 1100011 | 100010 |
Color Harmonies of #1201AE
Complementary color
Monochromatic Colors of #1201AE
Black with #1201AE
Text Example
Text Example
White with #1201AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1201AE; }
p { color: rgb(18,1,174); }
H1.HeaderClassName
{
color: #1201AE;
}
.AnyTagClassName
{
color: #1201AE;
}
</style>
background-color css
<style>
a { background-color: #1201AE; }
a { background-color: rgb(18,1,174); }
div.DivClassName
{
background-color: #1201AE;
}
.BgClassName
{
background-color: #1201AE;
}
</style>
border-color css
<style>
span { border-color: #1201AE; }
span { border-color: rgb(18,1,174); }
td.TdClassName
{
border-color: #1201AE;
}
.TagClassName
{
border-color: #1201AE;
}
</style>