Shades of New Midnight Blue #1011AF
Tints of New Midnight Blue #1011AF
RGB
CMYK
RGB Variations
Color information
#1011AF (or 0x1011AF) is known color: New Midnight Blue. HEX triplet: 10, 11 and AF. RGB value is (16,17,175). Sum of RGB (Red+Green+Blue) = 16+17+175=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 175 (68.75% from 255 or 84.13% from 208); Max value from RGB is 175 - color contains mainly: blue. Hex color #1011AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1011AF is #EFEE50. Grayscale: #222222. Windows color (decimal): -15724113 or 11473168. OLE color: 11473168.
HSL color Cylindrical-coordinate representation of color #1011AF: hue angle of 239.62º degrees, saturation: 0.83, 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 #1011AF is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 17 | 175 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.31 |
| HSL | 239.62º | 0.83% | 0.37% | - |
| HSV(B) | 239.62º | 0.91% | 0.69% | - |
| XYZ | 8.15 | 3.61 | 40.82 | - |
| YUV | 34.71 | 207.17 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 175 | 0.91 | 0.90 | 0 | 0.31 | 239.62 | 0.83 | 0.37 |
| Hex | 10 | 11 | AF | 5B | 5A | 0 | 1F | F0 | 53 | 25 |
| Octal | 20 | 21 | 257 | 133 | 132 | 0 | 37 | 360 | 123 | 45 |
| Binary | 10000 | 10001 | 10101111 | 1011011 | 1011010 | 0 | 11111 | 11110000 | 1010011 | 100101 |
Color Harmonies of #1011AF
Complementary color
Monochromatic Colors of #1011AF
Black with #1011AF
Text Example
Text Example
White with #1011AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1011AF; }
p { color: rgb(16,17,175); }
H1.HeaderClassName
{
color: #1011AF;
}
.AnyTagClassName
{
color: #1011AF;
}
</style>
background-color css
<style>
a { background-color: #1011AF; }
a { background-color: rgb(16,17,175); }
div.DivClassName
{
background-color: #1011AF;
}
.BgClassName
{
background-color: #1011AF;
}
</style>
border-color css
<style>
span { border-color: #1011AF; }
span { border-color: rgb(16,17,175); }
td.TdClassName
{
border-color: #1011AF;
}
.TagClassName
{
border-color: #1011AF;
}
</style>