Shades of New Midnight Blue #110BAF
Tints of New Midnight Blue #110BAF
RGB
CMYK
RGB Variations
Color information
#110BAF (or 0x110BAF) is known color: New Midnight Blue. HEX triplet: 11, 0B and AF. RGB value is (17,11,175). Sum of RGB (Red+Green+Blue) = 17+11+175=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 175 (68.75% from 255 or 86.21% from 203); Max value from RGB is 175 - color contains mainly: blue. Hex color #110BAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #110BAF is #EEF450. Grayscale: #1E1E1E. Windows color (decimal): -15660113 or 11471633. OLE color: 11471633.
HSL color Cylindrical-coordinate representation of color #110BAF: hue angle of 242.2º degrees, saturation: 0.88, 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 #110BAF is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 11 | 175 | - |
| CMYK | 0.90 | 0.94 | 0 | 0.31 |
| HSL | 242.2º | 0.88% | 0.36% | - |
| HSV(B) | 242.2º | 0.94% | 0.69% | - |
| XYZ | 8.09 | 3.45 | 40.8 | - |
| YUV | 31.49 | 208.99 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 175 | 0.90 | 0.94 | 0 | 0.31 | 242.2 | 0.88 | 0.36 |
| Hex | 11 | B | AF | 5A | 5E | 0 | 1F | F2 | 58 | 24 |
| Octal | 21 | 13 | 257 | 132 | 136 | 0 | 37 | 362 | 130 | 44 |
| Binary | 10001 | 1011 | 10101111 | 1011010 | 1011110 | 0 | 11111 | 11110010 | 1011000 | 100100 |
Color Harmonies of #110BAF
Complementary color
Monochromatic Colors of #110BAF
Black with #110BAF
Text Example
Text Example
White with #110BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110BAF; }
p { color: rgb(17,11,175); }
H1.HeaderClassName
{
color: #110BAF;
}
.AnyTagClassName
{
color: #110BAF;
}
</style>
background-color css
<style>
a { background-color: #110BAF; }
a { background-color: rgb(17,11,175); }
div.DivClassName
{
background-color: #110BAF;
}
.BgClassName
{
background-color: #110BAF;
}
</style>
border-color css
<style>
span { border-color: #110BAF; }
span { border-color: rgb(17,11,175); }
td.TdClassName
{
border-color: #110BAF;
}
.TagClassName
{
border-color: #110BAF;
}
</style>