Shades of New Midnight Blue #110AB0
Tints of New Midnight Blue #110AB0
RGB
CMYK
RGB Variations
Color information
#110AB0 (or 0x110AB0) is known color: New Midnight Blue. HEX triplet: 11, 0A and B0. RGB value is (17,10,176). Sum of RGB (Red+Green+Blue) = 17+10+176=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 176 (69.14% from 255 or 86.70% from 203); Max value from RGB is 176 - color contains mainly: blue. Hex color #110AB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110AB0 is #EEF54F. Grayscale: #1E1E1E. Windows color (decimal): -15660368 or 11536913. OLE color: 11536913.
HSL color Cylindrical-coordinate representation of color #110AB0: hue angle of 242.53º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110AB0 is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 10 | 176 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.31 |
| HSL | 242.53º | 0.89% | 0.36% | - |
| HSV(B) | 242.53º | 0.94% | 0.69% | - |
| XYZ | 8.18 | 3.47 | 41.31 | - |
| YUV | 31.02 | 209.82 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 10 | 176 | 0.90 | 0.94 | 0 | 0.31 | 242.53 | 0.89 | 0.36 |
| Hex | 11 | A | B0 | 5A | 5E | 0 | 1F | F3 | 59 | 24 |
| Octal | 21 | 12 | 260 | 132 | 136 | 0 | 37 | 363 | 131 | 44 |
| Binary | 10001 | 1010 | 10110000 | 1011010 | 1011110 | 0 | 11111 | 11110011 | 1011001 | 100100 |
Color Harmonies of #110AB0
Complementary color
Monochromatic Colors of #110AB0
Black with #110AB0
Text Example
Text Example
White with #110AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110AB0; }
p { color: rgb(17,10,176); }
H1.HeaderClassName
{
color: #110AB0;
}
.AnyTagClassName
{
color: #110AB0;
}
</style>
background-color css
<style>
a { background-color: #110AB0; }
a { background-color: rgb(17,10,176); }
div.DivClassName
{
background-color: #110AB0;
}
.BgClassName
{
background-color: #110AB0;
}
</style>
border-color css
<style>
span { border-color: #110AB0; }
span { border-color: rgb(17,10,176); }
td.TdClassName
{
border-color: #110AB0;
}
.TagClassName
{
border-color: #110AB0;
}
</style>