Shades of New Midnight Blue #1001AF
Tints of New Midnight Blue #1001AF
RGB
CMYK
RGB Variations
Color information
#1001AF (or 0x1001AF) is known color: New Midnight Blue. HEX triplet: 10, 01 and AF. RGB value is (16,1,175). Sum of RGB (Red+Green+Blue) = 16+1+175=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 175 (68.75% from 255 or 91.15% from 192); Max value from RGB is 175 - color contains mainly: blue. Hex color #1001AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1001AF is #EFFE50. Grayscale: #181818. Windows color (decimal): -15728209 or 11469072. OLE color: 11469072.
HSL color Cylindrical-coordinate representation of color #1001AF: hue angle of 245.17º 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 #1001AF is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 1 | 175 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.31 |
| HSL | 245.17º | 0.99% | 0.35% | - |
| HSV(B) | 245.17º | 0.99% | 0.69% | - |
| XYZ | 7.96 | 3.23 | 40.76 | - |
| YUV | 25.32 | 212.47 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 175 | 0.91 | 0.99 | 0 | 0.31 | 245.17 | 0.99 | 0.35 |
| Hex | 10 | 1 | AF | 5B | 63 | 0 | 1F | F5 | 63 | 23 |
| Octal | 20 | 1 | 257 | 133 | 143 | 0 | 37 | 365 | 143 | 43 |
| Binary | 10000 | 1 | 10101111 | 1011011 | 1100011 | 0 | 11111 | 11110101 | 1100011 | 100011 |
Color Harmonies of #1001AF
Complementary color
Monochromatic Colors of #1001AF
Black with #1001AF
Text Example
Text Example
White with #1001AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1001AF; }
p { color: rgb(16,1,175); }
H1.HeaderClassName
{
color: #1001AF;
}
.AnyTagClassName
{
color: #1001AF;
}
</style>
background-color css
<style>
a { background-color: #1001AF; }
a { background-color: rgb(16,1,175); }
div.DivClassName
{
background-color: #1001AF;
}
.BgClassName
{
background-color: #1001AF;
}
</style>
border-color css
<style>
span { border-color: #1001AF; }
span { border-color: rgb(16,1,175); }
td.TdClassName
{
border-color: #1001AF;
}
.TagClassName
{
border-color: #1001AF;
}
</style>