Shades of New Midnight Blue #1009AD
Tints of New Midnight Blue #1009AD
RGB
CMYK
RGB Variations
Color information
#1009AD (or 0x1009AD) is known color: New Midnight Blue. HEX triplet: 10, 09 and AD. RGB value is (16,9,173). Sum of RGB (Red+Green+Blue) = 16+9+173=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 173 (67.97% from 255 or 87.37% from 198); Max value from RGB is 173 - color contains mainly: blue. Hex color #1009AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1009AD is #EFF652. Grayscale: #1D1D1D. Windows color (decimal): -15726163 or 11340048. OLE color: 11340048.
HSL color Cylindrical-coordinate representation of color #1009AD: hue angle of 242.56º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1009AD is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 9 | 173 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.32 |
| HSL | 242.56º | 0.9% | 0.36% | - |
| HSV(B) | 242.56º | 0.95% | 0.68% | - |
| XYZ | 7.85 | 3.32 | 39.76 | - |
| YUV | 29.79 | 208.82 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 173 | 0.91 | 0.95 | 0 | 0.32 | 242.56 | 0.9 | 0.36 |
| Hex | 10 | 9 | AD | 5B | 5F | 0 | 20 | F3 | 5A | 24 |
| Octal | 20 | 11 | 255 | 133 | 137 | 0 | 40 | 363 | 132 | 44 |
| Binary | 10000 | 1001 | 10101101 | 1011011 | 1011111 | 0 | 100000 | 11110011 | 1011010 | 100100 |
Color Harmonies of #1009AD
Complementary color
Monochromatic Colors of #1009AD
Black with #1009AD
Text Example
Text Example
White with #1009AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1009AD; }
p { color: rgb(16,9,173); }
H1.HeaderClassName
{
color: #1009AD;
}
.AnyTagClassName
{
color: #1009AD;
}
</style>
background-color css
<style>
a { background-color: #1009AD; }
a { background-color: rgb(16,9,173); }
div.DivClassName
{
background-color: #1009AD;
}
.BgClassName
{
background-color: #1009AD;
}
</style>
border-color css
<style>
span { border-color: #1009AD; }
span { border-color: rgb(16,9,173); }
td.TdClassName
{
border-color: #1009AD;
}
.TagClassName
{
border-color: #1009AD;
}
</style>