Shades of New Midnight Blue #110BAD
Tints of New Midnight Blue #110BAD
RGB
CMYK
RGB Variations
Color information
#110BAD (or 0x110BAD) is known color: New Midnight Blue. HEX triplet: 11, 0B and AD. RGB value is (17,11,173). Sum of RGB (Red+Green+Blue) = 17+11+173=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 173 (67.97% from 255 or 86.07% from 201); Max value from RGB is 173 - color contains mainly: blue. Hex color #110BAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110BAD is #EEF452. Grayscale: #1E1E1E. Windows color (decimal): -15660115 or 11340561. OLE color: 11340561.
HSL color Cylindrical-coordinate representation of color #110BAD: hue angle of 242.22º 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 #110BAD is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 11 | 173 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.32 |
| HSL | 242.22º | 0.88% | 0.36% | - |
| HSV(B) | 242.22º | 0.94% | 0.68% | - |
| XYZ | 7.89 | 3.38 | 39.77 | - |
| YUV | 31.26 | 207.99 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 173 | 0.90 | 0.94 | 0 | 0.32 | 242.22 | 0.88 | 0.36 |
| Hex | 11 | B | AD | 5A | 5E | 0 | 20 | F2 | 58 | 24 |
| Octal | 21 | 13 | 255 | 132 | 136 | 0 | 40 | 362 | 130 | 44 |
| Binary | 10001 | 1011 | 10101101 | 1011010 | 1011110 | 0 | 100000 | 11110010 | 1011000 | 100100 |
Color Harmonies of #110BAD
Complementary color
Monochromatic Colors of #110BAD
Black with #110BAD
Text Example
Text Example
White with #110BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110BAD; }
p { color: rgb(17,11,173); }
H1.HeaderClassName
{
color: #110BAD;
}
.AnyTagClassName
{
color: #110BAD;
}
</style>
background-color css
<style>
a { background-color: #110BAD; }
a { background-color: rgb(17,11,173); }
div.DivClassName
{
background-color: #110BAD;
}
.BgClassName
{
background-color: #110BAD;
}
</style>
border-color css
<style>
span { border-color: #110BAD; }
span { border-color: rgb(17,11,173); }
td.TdClassName
{
border-color: #110BAD;
}
.TagClassName
{
border-color: #110BAD;
}
</style>