Shades of New Midnight Blue #1209AD
Tints of New Midnight Blue #1209AD
RGB
CMYK
RGB Variations
Color information
#1209AD (or 0x1209AD) is known color: New Midnight Blue. HEX triplet: 12, 09 and AD. RGB value is (18,9,173). Sum of RGB (Red+Green+Blue) = 18+9+173=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 173 (67.97% from 255 or 86.5% from 200); Max value from RGB is 173 - color contains mainly: blue. Hex color #1209AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1209AD is #EDF652. Grayscale: #1D1D1D. Windows color (decimal): -15595091 or 11340050. OLE color: 11340050.
HSL color Cylindrical-coordinate representation of color #1209AD: hue angle of 243.29º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1209AD is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 9 | 173 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.32 |
| HSL | 243.29º | 0.9% | 0.36% | - |
| HSV(B) | 243.29º | 0.95% | 0.68% | - |
| XYZ | 7.89 | 3.34 | 39.76 | - |
| YUV | 30.39 | 208.48 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 173 | 0.90 | 0.95 | 0 | 0.32 | 243.29 | 0.9 | 0.36 |
| Hex | 12 | 9 | AD | 5A | 5F | 0 | 20 | F3 | 5A | 24 |
| Octal | 22 | 11 | 255 | 132 | 137 | 0 | 40 | 363 | 132 | 44 |
| Binary | 10010 | 1001 | 10101101 | 1011010 | 1011111 | 0 | 100000 | 11110011 | 1011010 | 100100 |
Color Harmonies of #1209AD
Complementary color
Monochromatic Colors of #1209AD
Black with #1209AD
Text Example
Text Example
White with #1209AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1209AD; }
p { color: rgb(18,9,173); }
H1.HeaderClassName
{
color: #1209AD;
}
.AnyTagClassName
{
color: #1209AD;
}
</style>
background-color css
<style>
a { background-color: #1209AD; }
a { background-color: rgb(18,9,173); }
div.DivClassName
{
background-color: #1209AD;
}
.BgClassName
{
background-color: #1209AD;
}
</style>
border-color css
<style>
span { border-color: #1209AD; }
span { border-color: rgb(18,9,173); }
td.TdClassName
{
border-color: #1209AD;
}
.TagClassName
{
border-color: #1209AD;
}
</style>