Shades of New Midnight Blue #110FB0
Tints of New Midnight Blue #110FB0
RGB
CMYK
RGB Variations
Color information
#110FB0 (or 0x110FB0) is known color: New Midnight Blue. HEX triplet: 11, 0F and B0. RGB value is (17,15,176). Sum of RGB (Red+Green+Blue) = 17+15+176=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 176 (69.14% from 255 or 84.62% from 208); Max value from RGB is 176 - color contains mainly: blue. Hex color #110FB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110FB0 is #EEF04F. Grayscale: #212121. Windows color (decimal): -15659088 or 11538193. OLE color: 11538193.
HSL color Cylindrical-coordinate representation of color #110FB0: hue angle of 240.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110FB0 is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 15 | 176 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.31 |
| HSL | 240.75º | 0.84% | 0.37% | - |
| HSV(B) | 240.75º | 0.91% | 0.69% | - |
| XYZ | 8.24 | 3.6 | 41.33 | - |
| YUV | 33.95 | 208.16 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 176 | 0.90 | 0.91 | 0 | 0.31 | 240.75 | 0.84 | 0.37 |
| Hex | 11 | F | B0 | 5A | 5B | 0 | 1F | F1 | 54 | 25 |
| Octal | 21 | 17 | 260 | 132 | 133 | 0 | 37 | 361 | 124 | 45 |
| Binary | 10001 | 1111 | 10110000 | 1011010 | 1011011 | 0 | 11111 | 11110001 | 1010100 | 100101 |
Color Harmonies of #110FB0
Complementary color
Monochromatic Colors of #110FB0
Black with #110FB0
Text Example
Text Example
White with #110FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110FB0; }
p { color: rgb(17,15,176); }
H1.HeaderClassName
{
color: #110FB0;
}
.AnyTagClassName
{
color: #110FB0;
}
</style>
background-color css
<style>
a { background-color: #110FB0; }
a { background-color: rgb(17,15,176); }
div.DivClassName
{
background-color: #110FB0;
}
.BgClassName
{
background-color: #110FB0;
}
</style>
border-color css
<style>
span { border-color: #110FB0; }
span { border-color: rgb(17,15,176); }
td.TdClassName
{
border-color: #110FB0;
}
.TagClassName
{
border-color: #110FB0;
}
</style>