Shades of New Midnight Blue #1014AA
Tints of New Midnight Blue #1014AA
RGB
CMYK
RGB Variations
Color information
#1014AA (or 0x1014AA) is known color: New Midnight Blue. HEX triplet: 10, 14 and AA. RGB value is (16,20,170). Sum of RGB (Red+Green+Blue) = 16+20+170=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 170 (66.80% from 255 or 82.52% from 206); Max value from RGB is 170 - color contains mainly: blue. Hex color #1014AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1014AA is #EFEB55. Grayscale: #232323. Windows color (decimal): -15723350 or 11146256. OLE color: 11146256.
HSL color Cylindrical-coordinate representation of color #1014AA: hue angle of 238.44º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1014AA is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 20 | 170 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.33 |
| HSL | 238.44º | 0.83% | 0.36% | - |
| HSV(B) | 238.44º | 0.91% | 0.67% | - |
| XYZ | 7.72 | 3.51 | 38.3 | - |
| YUV | 35.9 | 203.67 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 170 | 0.91 | 0.88 | 0 | 0.33 | 238.44 | 0.83 | 0.36 |
| Hex | 10 | 14 | AA | 5B | 58 | 0 | 21 | EE | 53 | 24 |
| Octal | 20 | 24 | 252 | 133 | 130 | 0 | 41 | 356 | 123 | 44 |
| Binary | 10000 | 10100 | 10101010 | 1011011 | 1011000 | 0 | 100001 | 11101110 | 1010011 | 100100 |
Color Harmonies of #1014AA
Complementary color
Monochromatic Colors of #1014AA
Black with #1014AA
Text Example
Text Example
White with #1014AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1014AA; }
p { color: rgb(16,20,170); }
H1.HeaderClassName
{
color: #1014AA;
}
.AnyTagClassName
{
color: #1014AA;
}
</style>
background-color css
<style>
a { background-color: #1014AA; }
a { background-color: rgb(16,20,170); }
div.DivClassName
{
background-color: #1014AA;
}
.BgClassName
{
background-color: #1014AA;
}
</style>
border-color css
<style>
span { border-color: #1014AA; }
span { border-color: rgb(16,20,170); }
td.TdClassName
{
border-color: #1014AA;
}
.TagClassName
{
border-color: #1014AA;
}
</style>