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