Shades of New Midnight Blue #1101AF
Tints of New Midnight Blue #1101AF
RGB
CMYK
RGB Variations
Color information
#1101AF (or 0x1101AF) is known color: New Midnight Blue. HEX triplet: 11, 01 and AF. RGB value is (17,1,175). Sum of RGB (Red+Green+Blue) = 17+1+175=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 175 (68.75% from 255 or 90.67% from 193); Max value from RGB is 175 - color contains mainly: blue. Hex color #1101AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1101AF is #EEFE50. Grayscale: #181818. Windows color (decimal): -15662673 or 11469073. OLE color: 11469073.
HSL color Cylindrical-coordinate representation of color #1101AF: hue angle of 245.52º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1101AF is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 1 | 175 | - |
| CMYK | 0.90 | 0.99 | 0 | 0.31 |
| HSL | 245.52º | 0.99% | 0.35% | - |
| HSV(B) | 245.52º | 0.99% | 0.69% | - |
| XYZ | 7.98 | 3.24 | 40.76 | - |
| YUV | 25.62 | 212.3 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 175 | 0.90 | 0.99 | 0 | 0.31 | 245.52 | 0.99 | 0.35 |
| Hex | 11 | 1 | AF | 5A | 63 | 0 | 1F | F6 | 63 | 23 |
| Octal | 21 | 1 | 257 | 132 | 143 | 0 | 37 | 366 | 143 | 43 |
| Binary | 10001 | 1 | 10101111 | 1011010 | 1100011 | 0 | 11111 | 11110110 | 1100011 | 100011 |
Color Harmonies of #1101AF
Complementary color
Monochromatic Colors of #1101AF
Black with #1101AF
Text Example
Text Example
White with #1101AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1101AF; }
p { color: rgb(17,1,175); }
H1.HeaderClassName
{
color: #1101AF;
}
.AnyTagClassName
{
color: #1101AF;
}
</style>
background-color css
<style>
a { background-color: #1101AF; }
a { background-color: rgb(17,1,175); }
div.DivClassName
{
background-color: #1101AF;
}
.BgClassName
{
background-color: #1101AF;
}
</style>
border-color css
<style>
span { border-color: #1101AF; }
span { border-color: rgb(17,1,175); }
td.TdClassName
{
border-color: #1101AF;
}
.TagClassName
{
border-color: #1101AF;
}
</style>