Shades of New Midnight Blue #1015AF
Tints of New Midnight Blue #1015AF
RGB
CMYK
RGB Variations
Color information
#1015AF (or 0x1015AF) is known color: New Midnight Blue. HEX triplet: 10, 15 and AF. RGB value is (16,21,175). Sum of RGB (Red+Green+Blue) = 16+21+175=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 175 (68.75% from 255 or 82.55% from 212); Max value from RGB is 175 - color contains mainly: blue. Hex color #1015AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1015AF is #EFEA50. Grayscale: #242424. Windows color (decimal): -15723089 or 11474192. OLE color: 11474192.
HSL color Cylindrical-coordinate representation of color #1015AF: hue angle of 238.11º 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 #1015AF is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 21 | 175 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.31 |
| HSL | 238.11º | 0.83% | 0.37% | - |
| HSV(B) | 238.11º | 0.91% | 0.69% | - |
| XYZ | 8.22 | 3.74 | 40.85 | - |
| YUV | 37.06 | 205.84 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 175 | 0.91 | 0.88 | 0 | 0.31 | 238.11 | 0.83 | 0.37 |
| Hex | 10 | 15 | AF | 5B | 58 | 0 | 1F | EE | 53 | 25 |
| Octal | 20 | 25 | 257 | 133 | 130 | 0 | 37 | 356 | 123 | 45 |
| Binary | 10000 | 10101 | 10101111 | 1011011 | 1011000 | 0 | 11111 | 11101110 | 1010011 | 100101 |
Color Harmonies of #1015AF
Complementary color
Monochromatic Colors of #1015AF
Black with #1015AF
Text Example
Text Example
White with #1015AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1015AF; }
p { color: rgb(16,21,175); }
H1.HeaderClassName
{
color: #1015AF;
}
.AnyTagClassName
{
color: #1015AF;
}
</style>
background-color css
<style>
a { background-color: #1015AF; }
a { background-color: rgb(16,21,175); }
div.DivClassName
{
background-color: #1015AF;
}
.BgClassName
{
background-color: #1015AF;
}
</style>
border-color css
<style>
span { border-color: #1015AF; }
span { border-color: rgb(16,21,175); }
td.TdClassName
{
border-color: #1015AF;
}
.TagClassName
{
border-color: #1015AF;
}
</style>