Shades of New Midnight Blue #1009AA
Tints of New Midnight Blue #1009AA
RGB
CMYK
RGB Variations
Color information
#1009AA (or 0x1009AA) is known color: New Midnight Blue. HEX triplet: 10, 09 and AA. RGB value is (16,9,170). Sum of RGB (Red+Green+Blue) = 16+9+170=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 170 (66.80% from 255 or 87.18% from 195); Max value from RGB is 170 - color contains mainly: blue. Hex color #1009AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1009AA is #EFF655. Grayscale: #1C1C1C. Windows color (decimal): -15726166 or 11143440. OLE color: 11143440.
HSL color Cylindrical-coordinate representation of color #1009AA: hue angle of 242.61º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1009AA is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 9 | 170 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.33 |
| HSL | 242.61º | 0.9% | 0.35% | - |
| HSV(B) | 242.61º | 0.95% | 0.67% | - |
| XYZ | 7.57 | 3.21 | 38.25 | - |
| YUV | 29.45 | 207.32 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 170 | 0.91 | 0.95 | 0 | 0.33 | 242.61 | 0.9 | 0.35 |
| Hex | 10 | 9 | AA | 5B | 5F | 0 | 21 | F3 | 5A | 23 |
| Octal | 20 | 11 | 252 | 133 | 137 | 0 | 41 | 363 | 132 | 43 |
| Binary | 10000 | 1001 | 10101010 | 1011011 | 1011111 | 0 | 100001 | 11110011 | 1011010 | 100011 |
Color Harmonies of #1009AA
Complementary color
Monochromatic Colors of #1009AA
Black with #1009AA
Text Example
Text Example
White with #1009AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1009AA; }
p { color: rgb(16,9,170); }
H1.HeaderClassName
{
color: #1009AA;
}
.AnyTagClassName
{
color: #1009AA;
}
</style>
background-color css
<style>
a { background-color: #1009AA; }
a { background-color: rgb(16,9,170); }
div.DivClassName
{
background-color: #1009AA;
}
.BgClassName
{
background-color: #1009AA;
}
</style>
border-color css
<style>
span { border-color: #1009AA; }
span { border-color: rgb(16,9,170); }
td.TdClassName
{
border-color: #1009AA;
}
.TagClassName
{
border-color: #1009AA;
}
</style>