Shades of New Midnight Blue #1110AB
Tints of New Midnight Blue #1110AB
RGB
CMYK
RGB Variations
Color information
#1110AB (or 0x1110AB) is known color: New Midnight Blue. HEX triplet: 11, 10 and AB. RGB value is (17,16,171). Sum of RGB (Red+Green+Blue) = 17+16+171=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 171 (67.19% from 255 or 83.82% from 204); Max value from RGB is 171 - color contains mainly: blue. Hex color #1110AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1110AB is #EEEF54. Grayscale: #212121. Windows color (decimal): -15658837 or 11210769. OLE color: 11210769.
HSL color Cylindrical-coordinate representation of color #1110AB: hue angle of 240.39º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1110AB is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 16 | 171 | - |
| CMYK | 0.90 | 0.91 | 0 | 0.33 |
| HSL | 240.39º | 0.83% | 0.37% | - |
| HSV(B) | 240.39º | 0.91% | 0.67% | - |
| XYZ | 7.77 | 3.43 | 38.78 | - |
| YUV | 33.97 | 205.33 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 171 | 0.90 | 0.91 | 0 | 0.33 | 240.39 | 0.83 | 0.37 |
| Hex | 11 | 10 | AB | 5A | 5B | 0 | 21 | F0 | 53 | 25 |
| Octal | 21 | 20 | 253 | 132 | 133 | 0 | 41 | 360 | 123 | 45 |
| Binary | 10001 | 10000 | 10101011 | 1011010 | 1011011 | 0 | 100001 | 11110000 | 1010011 | 100101 |
Color Harmonies of #1110AB
Complementary color
Monochromatic Colors of #1110AB
Black with #1110AB
Text Example
Text Example
White with #1110AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1110AB; }
p { color: rgb(17,16,171); }
H1.HeaderClassName
{
color: #1110AB;
}
.AnyTagClassName
{
color: #1110AB;
}
</style>
background-color css
<style>
a { background-color: #1110AB; }
a { background-color: rgb(17,16,171); }
div.DivClassName
{
background-color: #1110AB;
}
.BgClassName
{
background-color: #1110AB;
}
</style>
border-color css
<style>
span { border-color: #1110AB; }
span { border-color: rgb(17,16,171); }
td.TdClassName
{
border-color: #1110AB;
}
.TagClassName
{
border-color: #1110AB;
}
</style>