Shades of New Midnight Blue #1109AC
Tints of New Midnight Blue #1109AC
RGB
CMYK
RGB Variations
Color information
#1109AC (or 0x1109AC) is known color: New Midnight Blue. HEX triplet: 11, 09 and AC. RGB value is (17,9,172). Sum of RGB (Red+Green+Blue) = 17+9+172=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 172 (67.58% from 255 or 86.87% from 198); Max value from RGB is 172 - color contains mainly: blue. Hex color #1109AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1109AC is #EEF653. Grayscale: #1D1D1D. Windows color (decimal): -15660628 or 11274513. OLE color: 11274513.
HSL color Cylindrical-coordinate representation of color #1109AC: hue angle of 242.94º 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 #1109AC is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 9 | 172 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.33 |
| HSL | 242.94º | 0.9% | 0.35% | - |
| HSV(B) | 242.94º | 0.95% | 0.67% | - |
| XYZ | 7.78 | 3.29 | 39.26 | - |
| YUV | 29.97 | 208.15 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 172 | 0.90 | 0.95 | 0 | 0.33 | 242.94 | 0.9 | 0.35 |
| Hex | 11 | 9 | AC | 5A | 5F | 0 | 21 | F3 | 5A | 23 |
| Octal | 21 | 11 | 254 | 132 | 137 | 0 | 41 | 363 | 132 | 43 |
| Binary | 10001 | 1001 | 10101100 | 1011010 | 1011111 | 0 | 100001 | 11110011 | 1011010 | 100011 |
Color Harmonies of #1109AC
Complementary color
Monochromatic Colors of #1109AC
Black with #1109AC
Text Example
Text Example
White with #1109AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1109AC; }
p { color: rgb(17,9,172); }
H1.HeaderClassName
{
color: #1109AC;
}
.AnyTagClassName
{
color: #1109AC;
}
</style>
background-color css
<style>
a { background-color: #1109AC; }
a { background-color: rgb(17,9,172); }
div.DivClassName
{
background-color: #1109AC;
}
.BgClassName
{
background-color: #1109AC;
}
</style>
border-color css
<style>
span { border-color: #1109AC; }
span { border-color: rgb(17,9,172); }
td.TdClassName
{
border-color: #1109AC;
}
.TagClassName
{
border-color: #1109AC;
}
</style>