Shades of New Midnight Blue #1202AE
Tints of New Midnight Blue #1202AE
RGB
CMYK
RGB Variations
Color information
#1202AE (or 0x1202AE) is known color: New Midnight Blue. HEX triplet: 12, 02 and AE. RGB value is (18,2,174). Sum of RGB (Red+Green+Blue) = 18+2+174=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 174 (68.36% from 255 or 89.69% from 194); Max value from RGB is 174 - color contains mainly: blue. Hex color #1202AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1202AE is #EDFD51. Grayscale: #191919. Windows color (decimal): -15596882 or 11403794. OLE color: 11403794.
HSL color Cylindrical-coordinate representation of color #1202AE: hue angle of 245.58º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1202AE is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 2 | 174 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.32 |
| HSL | 245.58º | 0.98% | 0.35% | - |
| HSV(B) | 245.58º | 0.99% | 0.68% | - |
| XYZ | 7.91 | 3.23 | 40.25 | - |
| YUV | 26.39 | 211.3 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 174 | 0.90 | 0.99 | 0 | 0.32 | 245.58 | 0.98 | 0.35 |
| Hex | 12 | 2 | AE | 5A | 63 | 0 | 20 | F6 | 62 | 23 |
| Octal | 22 | 2 | 256 | 132 | 143 | 0 | 40 | 366 | 142 | 43 |
| Binary | 10010 | 10 | 10101110 | 1011010 | 1100011 | 0 | 100000 | 11110110 | 1100010 | 100011 |
Color Harmonies of #1202AE
Complementary color
Monochromatic Colors of #1202AE
Black with #1202AE
Text Example
Text Example
White with #1202AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1202AE; }
p { color: rgb(18,2,174); }
H1.HeaderClassName
{
color: #1202AE;
}
.AnyTagClassName
{
color: #1202AE;
}
</style>
background-color css
<style>
a { background-color: #1202AE; }
a { background-color: rgb(18,2,174); }
div.DivClassName
{
background-color: #1202AE;
}
.BgClassName
{
background-color: #1202AE;
}
</style>
border-color css
<style>
span { border-color: #1202AE; }
span { border-color: rgb(18,2,174); }
td.TdClassName
{
border-color: #1202AE;
}
.TagClassName
{
border-color: #1202AE;
}
</style>