Shades of New Midnight Blue #110BAE
Tints of New Midnight Blue #110BAE
RGB
CMYK
RGB Variations
Color information
#110BAE (or 0x110BAE) is known color: New Midnight Blue. HEX triplet: 11, 0B and AE. RGB value is (17,11,174). Sum of RGB (Red+Green+Blue) = 17+11+174=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 174 (68.36% from 255 or 86.14% from 202); Max value from RGB is 174 - color contains mainly: blue. Hex color #110BAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110BAE is #EEF451. Grayscale: #1E1E1E. Windows color (decimal): -15660114 or 11406097. OLE color: 11406097.
HSL color Cylindrical-coordinate representation of color #110BAE: hue angle of 242.21º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110BAE is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 11 | 174 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.32 |
| HSL | 242.21º | 0.88% | 0.36% | - |
| HSV(B) | 242.21º | 0.94% | 0.68% | - |
| XYZ | 7.99 | 3.41 | 40.28 | - |
| YUV | 31.38 | 208.49 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 174 | 0.90 | 0.94 | 0 | 0.32 | 242.21 | 0.88 | 0.36 |
| Hex | 11 | B | AE | 5A | 5E | 0 | 20 | F2 | 58 | 24 |
| Octal | 21 | 13 | 256 | 132 | 136 | 0 | 40 | 362 | 130 | 44 |
| Binary | 10001 | 1011 | 10101110 | 1011010 | 1011110 | 0 | 100000 | 11110010 | 1011000 | 100100 |
Color Harmonies of #110BAE
Complementary color
Monochromatic Colors of #110BAE
Black with #110BAE
Text Example
Text Example
White with #110BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110BAE; }
p { color: rgb(17,11,174); }
H1.HeaderClassName
{
color: #110BAE;
}
.AnyTagClassName
{
color: #110BAE;
}
</style>
background-color css
<style>
a { background-color: #110BAE; }
a { background-color: rgb(17,11,174); }
div.DivClassName
{
background-color: #110BAE;
}
.BgClassName
{
background-color: #110BAE;
}
</style>
border-color css
<style>
span { border-color: #110BAE; }
span { border-color: rgb(17,11,174); }
td.TdClassName
{
border-color: #110BAE;
}
.TagClassName
{
border-color: #110BAE;
}
</style>