Shades of New Midnight Blue #1202AD
Tints of New Midnight Blue #1202AD
RGB
CMYK
RGB Variations
Color information
#1202AD (or 0x1202AD) is known color: New Midnight Blue. HEX triplet: 12, 02 and AD. RGB value is (18,2,173). Sum of RGB (Red+Green+Blue) = 18+2+173=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 173 (67.97% from 255 or 89.64% from 193); Max value from RGB is 173 - color contains mainly: blue. Hex color #1202AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1202AD is #EDFD52. Grayscale: #191919. Windows color (decimal): -15596883 or 11338258. OLE color: 11338258.
HSL color Cylindrical-coordinate representation of color #1202AD: hue angle of 245.61º degrees, saturation: 0.98, 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 #1202AD is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 2 | 173 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.32 |
| HSL | 245.61º | 0.98% | 0.34% | - |
| HSV(B) | 245.61º | 0.99% | 0.68% | - |
| XYZ | 7.81 | 3.19 | 39.74 | - |
| YUV | 26.28 | 210.8 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 173 | 0.90 | 0.99 | 0 | 0.32 | 245.61 | 0.98 | 0.34 |
| Hex | 12 | 2 | AD | 5A | 63 | 0 | 20 | F6 | 62 | 22 |
| Octal | 22 | 2 | 255 | 132 | 143 | 0 | 40 | 366 | 142 | 42 |
| Binary | 10010 | 10 | 10101101 | 1011010 | 1100011 | 0 | 100000 | 11110110 | 1100010 | 100010 |
Color Harmonies of #1202AD
Complementary color
Monochromatic Colors of #1202AD
Black with #1202AD
Text Example
Text Example
White with #1202AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1202AD; }
p { color: rgb(18,2,173); }
H1.HeaderClassName
{
color: #1202AD;
}
.AnyTagClassName
{
color: #1202AD;
}
</style>
background-color css
<style>
a { background-color: #1202AD; }
a { background-color: rgb(18,2,173); }
div.DivClassName
{
background-color: #1202AD;
}
.BgClassName
{
background-color: #1202AD;
}
</style>
border-color css
<style>
span { border-color: #1202AD; }
span { border-color: rgb(18,2,173); }
td.TdClassName
{
border-color: #1202AD;
}
.TagClassName
{
border-color: #1202AD;
}
</style>