Shades of New Midnight Blue #1107A9
Tints of New Midnight Blue #1107A9
RGB
CMYK
RGB Variations
Color information
#1107A9 (or 0x1107A9) is known color: New Midnight Blue. HEX triplet: 11, 07 and A9. RGB value is (17,7,169). Sum of RGB (Red+Green+Blue) = 17+7+169=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 169 (66.41% from 255 or 87.56% from 193); Max value from RGB is 169 - color contains mainly: blue. Hex color #1107A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1107A9 is #EEF856. Grayscale: #1B1B1B. Windows color (decimal): -15661143 or 11077393. OLE color: 11077393.
HSL color Cylindrical-coordinate representation of color #1107A9: hue angle of 243.7º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1107A9 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 7 | 169 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.34 |
| HSL | 243.7º | 0.92% | 0.35% | - |
| HSV(B) | 243.7º | 0.96% | 0.66% | - |
| XYZ | 7.47 | 3.14 | 37.75 | - |
| YUV | 28.46 | 207.31 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 169 | 0.90 | 0.96 | 0 | 0.34 | 243.7 | 0.92 | 0.35 |
| Hex | 11 | 7 | A9 | 5A | 60 | 0 | 22 | F4 | 5C | 23 |
| Octal | 21 | 7 | 251 | 132 | 140 | 0 | 42 | 364 | 134 | 43 |
| Binary | 10001 | 111 | 10101001 | 1011010 | 1100000 | 0 | 100010 | 11110100 | 1011100 | 100011 |
Color Harmonies of #1107A9
Complementary color
Monochromatic Colors of #1107A9
Black with #1107A9
Text Example
Text Example
White with #1107A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1107A9; }
p { color: rgb(17,7,169); }
H1.HeaderClassName
{
color: #1107A9;
}
.AnyTagClassName
{
color: #1107A9;
}
</style>
background-color css
<style>
a { background-color: #1107A9; }
a { background-color: rgb(17,7,169); }
div.DivClassName
{
background-color: #1107A9;
}
.BgClassName
{
background-color: #1107A9;
}
</style>
border-color css
<style>
span { border-color: #1107A9; }
span { border-color: rgb(17,7,169); }
td.TdClassName
{
border-color: #1107A9;
}
.TagClassName
{
border-color: #1107A9;
}
</style>