Shades of New Midnight Blue #1014AF
Tints of New Midnight Blue #1014AF
RGB
CMYK
RGB Variations
Color information
#1014AF (or 0x1014AF) is known color: New Midnight Blue. HEX triplet: 10, 14 and AF. RGB value is (16,20,175). Sum of RGB (Red+Green+Blue) = 16+20+175=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 175 (68.75% from 255 or 82.94% from 211); Max value from RGB is 175 - color contains mainly: blue. Hex color #1014AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1014AF is #EFEB50. Grayscale: #232323. Windows color (decimal): -15723345 or 11473936. OLE color: 11473936.
HSL color Cylindrical-coordinate representation of color #1014AF: hue angle of 238.49º 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 #1014AF is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 20 | 175 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.31 |
| HSL | 238.49º | 0.83% | 0.37% | - |
| HSV(B) | 238.49º | 0.91% | 0.69% | - |
| XYZ | 8.2 | 3.71 | 40.84 | - |
| YUV | 36.47 | 206.17 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 175 | 0.91 | 0.89 | 0 | 0.31 | 238.49 | 0.83 | 0.37 |
| Hex | 10 | 14 | AF | 5B | 59 | 0 | 1F | EE | 53 | 25 |
| Octal | 20 | 24 | 257 | 133 | 131 | 0 | 37 | 356 | 123 | 45 |
| Binary | 10000 | 10100 | 10101111 | 1011011 | 1011001 | 0 | 11111 | 11101110 | 1010011 | 100101 |
Color Harmonies of #1014AF
Complementary color
Monochromatic Colors of #1014AF
Black with #1014AF
Text Example
Text Example
White with #1014AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1014AF; }
p { color: rgb(16,20,175); }
H1.HeaderClassName
{
color: #1014AF;
}
.AnyTagClassName
{
color: #1014AF;
}
</style>
background-color css
<style>
a { background-color: #1014AF; }
a { background-color: rgb(16,20,175); }
div.DivClassName
{
background-color: #1014AF;
}
.BgClassName
{
background-color: #1014AF;
}
</style>
border-color css
<style>
span { border-color: #1014AF; }
span { border-color: rgb(16,20,175); }
td.TdClassName
{
border-color: #1014AF;
}
.TagClassName
{
border-color: #1014AF;
}
</style>