Shades of New Midnight Blue #110FAD
Tints of New Midnight Blue #110FAD
RGB
CMYK
RGB Variations
Color information
#110FAD (or 0x110FAD) is known color: New Midnight Blue. HEX triplet: 11, 0F and AD. RGB value is (17,15,173). Sum of RGB (Red+Green+Blue) = 17+15+173=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 173 (67.97% from 255 or 84.39% from 205); Max value from RGB is 173 - color contains mainly: blue. Hex color #110FAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110FAD is #EEF052. Grayscale: #202020. Windows color (decimal): -15659091 or 11341585. OLE color: 11341585.
HSL color Cylindrical-coordinate representation of color #110FAD: hue angle of 240.76º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110FAD is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 15 | 173 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.32 |
| HSL | 240.76º | 0.84% | 0.37% | - |
| HSV(B) | 240.76º | 0.91% | 0.68% | - |
| XYZ | 7.94 | 3.48 | 39.79 | - |
| YUV | 33.61 | 206.66 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 173 | 0.90 | 0.91 | 0 | 0.32 | 240.76 | 0.84 | 0.37 |
| Hex | 11 | F | AD | 5A | 5B | 0 | 20 | F1 | 54 | 25 |
| Octal | 21 | 17 | 255 | 132 | 133 | 0 | 40 | 361 | 124 | 45 |
| Binary | 10001 | 1111 | 10101101 | 1011010 | 1011011 | 0 | 100000 | 11110001 | 1010100 | 100101 |
Color Harmonies of #110FAD
Complementary color
Monochromatic Colors of #110FAD
Black with #110FAD
Text Example
Text Example
White with #110FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110FAD; }
p { color: rgb(17,15,173); }
H1.HeaderClassName
{
color: #110FAD;
}
.AnyTagClassName
{
color: #110FAD;
}
</style>
background-color css
<style>
a { background-color: #110FAD; }
a { background-color: rgb(17,15,173); }
div.DivClassName
{
background-color: #110FAD;
}
.BgClassName
{
background-color: #110FAD;
}
</style>
border-color css
<style>
span { border-color: #110FAD; }
span { border-color: rgb(17,15,173); }
td.TdClassName
{
border-color: #110FAD;
}
.TagClassName
{
border-color: #110FAD;
}
</style>