Shades of New Midnight Blue #1008AA
Tints of New Midnight Blue #1008AA
RGB
CMYK
RGB Variations
Color information
#1008AA (or 0x1008AA) is known color: New Midnight Blue. HEX triplet: 10, 08 and AA. RGB value is (16,8,170). Sum of RGB (Red+Green+Blue) = 16+8+170=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 170 (66.80% from 255 or 87.63% from 194); Max value from RGB is 170 - color contains mainly: blue. Hex color #1008AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1008AA is #EFF755. Grayscale: #1C1C1C. Windows color (decimal): -15726422 or 11143184. OLE color: 11143184.
HSL color Cylindrical-coordinate representation of color #1008AA: hue angle of 242.96º degrees, saturation: 0.91, 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 #1008AA is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 8 | 170 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.33 |
| HSL | 242.96º | 0.91% | 0.35% | - |
| HSV(B) | 242.96º | 0.95% | 0.67% | - |
| XYZ | 7.56 | 3.19 | 38.25 | - |
| YUV | 28.86 | 207.65 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 170 | 0.91 | 0.95 | 0 | 0.33 | 242.96 | 0.91 | 0.35 |
| Hex | 10 | 8 | AA | 5B | 5F | 0 | 21 | F3 | 5B | 23 |
| Octal | 20 | 10 | 252 | 133 | 137 | 0 | 41 | 363 | 133 | 43 |
| Binary | 10000 | 1000 | 10101010 | 1011011 | 1011111 | 0 | 100001 | 11110011 | 1011011 | 100011 |
Color Harmonies of #1008AA
Complementary color
Monochromatic Colors of #1008AA
Black with #1008AA
Text Example
Text Example
White with #1008AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1008AA; }
p { color: rgb(16,8,170); }
H1.HeaderClassName
{
color: #1008AA;
}
.AnyTagClassName
{
color: #1008AA;
}
</style>
background-color css
<style>
a { background-color: #1008AA; }
a { background-color: rgb(16,8,170); }
div.DivClassName
{
background-color: #1008AA;
}
.BgClassName
{
background-color: #1008AA;
}
</style>
border-color css
<style>
span { border-color: #1008AA; }
span { border-color: rgb(16,8,170); }
td.TdClassName
{
border-color: #1008AA;
}
.TagClassName
{
border-color: #1008AA;
}
</style>