Shades of New Midnight Blue #1209AC
Tints of New Midnight Blue #1209AC
RGB
CMYK
RGB Variations
Color information
#1209AC (or 0x1209AC) is known color: New Midnight Blue. HEX triplet: 12, 09 and AC. RGB value is (18,9,172). Sum of RGB (Red+Green+Blue) = 18+9+172=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 172 (67.58% from 255 or 86.43% from 199); Max value from RGB is 172 - color contains mainly: blue. Hex color #1209AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1209AC is #EDF653. Grayscale: #1D1D1D. Windows color (decimal): -15595092 or 11274514. OLE color: 11274514.
HSL color Cylindrical-coordinate representation of color #1209AC: hue angle of 243.31º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1209AC is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 9 | 172 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.33 |
| HSL | 243.31º | 0.9% | 0.35% | - |
| HSV(B) | 243.31º | 0.95% | 0.67% | - |
| XYZ | 7.79 | 3.3 | 39.26 | - |
| YUV | 30.27 | 207.98 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 9 | 172 | 0.90 | 0.95 | 0 | 0.33 | 243.31 | 0.9 | 0.35 |
| Hex | 12 | 9 | AC | 5A | 5F | 0 | 21 | F3 | 5A | 23 |
| Octal | 22 | 11 | 254 | 132 | 137 | 0 | 41 | 363 | 132 | 43 |
| Binary | 10010 | 1001 | 10101100 | 1011010 | 1011111 | 0 | 100001 | 11110011 | 1011010 | 100011 |
Color Harmonies of #1209AC
Complementary color
Monochromatic Colors of #1209AC
Black with #1209AC
Text Example
Text Example
White with #1209AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1209AC; }
p { color: rgb(18,9,172); }
H1.HeaderClassName
{
color: #1209AC;
}
.AnyTagClassName
{
color: #1209AC;
}
</style>
background-color css
<style>
a { background-color: #1209AC; }
a { background-color: rgb(18,9,172); }
div.DivClassName
{
background-color: #1209AC;
}
.BgClassName
{
background-color: #1209AC;
}
</style>
border-color css
<style>
span { border-color: #1209AC; }
span { border-color: rgb(18,9,172); }
td.TdClassName
{
border-color: #1209AC;
}
.TagClassName
{
border-color: #1209AC;
}
</style>