Shades of New Midnight Blue #1113AD
Tints of New Midnight Blue #1113AD
RGB
CMYK
RGB Variations
Color information
#1113AD (or 0x1113AD) is known color: New Midnight Blue. HEX triplet: 11, 13 and AD. RGB value is (17,19,173). Sum of RGB (Red+Green+Blue) = 17+19+173=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 173 (67.97% from 255 or 82.78% from 209); Max value from RGB is 173 - color contains mainly: blue. Hex color #1113AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1113AD is #EEEC52. Grayscale: #232323. Windows color (decimal): -15658067 or 11342609. OLE color: 11342609.
HSL color Cylindrical-coordinate representation of color #1113AD: hue angle of 239.23º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1113AD is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 19 | 173 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.32 |
| HSL | 239.23º | 0.82% | 0.37% | - |
| HSV(B) | 239.23º | 0.9% | 0.68% | - |
| XYZ | 8.01 | 3.6 | 39.81 | - |
| YUV | 35.96 | 205.34 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 173 | 0.90 | 0.89 | 0 | 0.32 | 239.23 | 0.82 | 0.37 |
| Hex | 11 | 13 | AD | 5A | 59 | 0 | 20 | EF | 52 | 25 |
| Octal | 21 | 23 | 255 | 132 | 131 | 0 | 40 | 357 | 122 | 45 |
| Binary | 10001 | 10011 | 10101101 | 1011010 | 1011001 | 0 | 100000 | 11101111 | 1010010 | 100101 |
Color Harmonies of #1113AD
Complementary color
Monochromatic Colors of #1113AD
Black with #1113AD
Text Example
Text Example
White with #1113AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1113AD; }
p { color: rgb(17,19,173); }
H1.HeaderClassName
{
color: #1113AD;
}
.AnyTagClassName
{
color: #1113AD;
}
</style>
background-color css
<style>
a { background-color: #1113AD; }
a { background-color: rgb(17,19,173); }
div.DivClassName
{
background-color: #1113AD;
}
.BgClassName
{
background-color: #1113AD;
}
</style>
border-color css
<style>
span { border-color: #1113AD; }
span { border-color: rgb(17,19,173); }
td.TdClassName
{
border-color: #1113AD;
}
.TagClassName
{
border-color: #1113AD;
}
</style>