Shades of New Midnight Blue #1015AB
Tints of New Midnight Blue #1015AB
RGB
CMYK
RGB Variations
Color information
#1015AB (or 0x1015AB) is known color: New Midnight Blue. HEX triplet: 10, 15 and AB. RGB value is (16,21,171). Sum of RGB (Red+Green+Blue) = 16+21+171=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 171 (67.19% from 255 or 82.21% from 208); Max value from RGB is 171 - color contains mainly: blue. Hex color #1015AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1015AB is #EFEA54. Grayscale: #242424. Windows color (decimal): -15723093 or 11212048. OLE color: 11212048.
HSL color Cylindrical-coordinate representation of color #1015AB: hue angle of 238.06º 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 #1015AB is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 21 | 171 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.33 |
| HSL | 238.06º | 0.83% | 0.37% | - |
| HSV(B) | 238.06º | 0.91% | 0.67% | - |
| XYZ | 7.83 | 3.59 | 38.81 | - |
| YUV | 36.61 | 203.84 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 171 | 0.91 | 0.88 | 0 | 0.33 | 238.06 | 0.83 | 0.37 |
| Hex | 10 | 15 | AB | 5B | 58 | 0 | 21 | EE | 53 | 25 |
| Octal | 20 | 25 | 253 | 133 | 130 | 0 | 41 | 356 | 123 | 45 |
| Binary | 10000 | 10101 | 10101011 | 1011011 | 1011000 | 0 | 100001 | 11101110 | 1010011 | 100101 |
Color Harmonies of #1015AB
Complementary color
Monochromatic Colors of #1015AB
Black with #1015AB
Text Example
Text Example
White with #1015AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1015AB; }
p { color: rgb(16,21,171); }
H1.HeaderClassName
{
color: #1015AB;
}
.AnyTagClassName
{
color: #1015AB;
}
</style>
background-color css
<style>
a { background-color: #1015AB; }
a { background-color: rgb(16,21,171); }
div.DivClassName
{
background-color: #1015AB;
}
.BgClassName
{
background-color: #1015AB;
}
</style>
border-color css
<style>
span { border-color: #1015AB; }
span { border-color: rgb(16,21,171); }
td.TdClassName
{
border-color: #1015AB;
}
.TagClassName
{
border-color: #1015AB;
}
</style>