Shades of New Midnight Blue #1114AF
Tints of New Midnight Blue #1114AF
RGB
CMYK
RGB Variations
Color information
#1114AF (or 0x1114AF) is known color: New Midnight Blue. HEX triplet: 11, 14 and AF. RGB value is (17,20,175). Sum of RGB (Red+Green+Blue) = 17+20+175=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 20 (8.20% from 255 or 9.43% 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 #1114AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1114AF is #EEEB50. Grayscale: #242424. Windows color (decimal): -15657809 or 11473937. OLE color: 11473937.
HSL color Cylindrical-coordinate representation of color #1114AF: hue angle of 238.86º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1114AF is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 20 | 175 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.31 |
| HSL | 238.86º | 0.82% | 0.38% | - |
| HSV(B) | 238.86º | 0.9% | 0.69% | - |
| XYZ | 8.22 | 3.71 | 40.84 | - |
| YUV | 36.77 | 206.01 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 175 | 0.90 | 0.89 | 0 | 0.31 | 238.86 | 0.82 | 0.38 |
| Hex | 11 | 14 | AF | 5A | 59 | 0 | 1F | EF | 52 | 26 |
| Octal | 21 | 24 | 257 | 132 | 131 | 0 | 37 | 357 | 122 | 46 |
| Binary | 10001 | 10100 | 10101111 | 1011010 | 1011001 | 0 | 11111 | 11101111 | 1010010 | 100110 |
Color Harmonies of #1114AF
Complementary color
Monochromatic Colors of #1114AF
Black with #1114AF
Text Example
Text Example
White with #1114AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1114AF; }
p { color: rgb(17,20,175); }
H1.HeaderClassName
{
color: #1114AF;
}
.AnyTagClassName
{
color: #1114AF;
}
</style>
background-color css
<style>
a { background-color: #1114AF; }
a { background-color: rgb(17,20,175); }
div.DivClassName
{
background-color: #1114AF;
}
.BgClassName
{
background-color: #1114AF;
}
</style>
border-color css
<style>
span { border-color: #1114AF; }
span { border-color: rgb(17,20,175); }
td.TdClassName
{
border-color: #1114AF;
}
.TagClassName
{
border-color: #1114AF;
}
</style>