Shades of New Midnight Blue #100EA8
Tints of New Midnight Blue #100EA8
RGB
CMYK
RGB Variations
Color information
#100EA8 (or 0x100EA8) is known color: New Midnight Blue. HEX triplet: 10, 0E and A8. RGB value is (16,14,168). Sum of RGB (Red+Green+Blue) = 16+14+168=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 168 (66.02% from 255 or 84.85% from 198); Max value from RGB is 168 - color contains mainly: blue. Hex color #100EA8 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100EA8 is #EFF157. Grayscale: #1F1F1F. Windows color (decimal): -15724888 or 11013648. OLE color: 11013648.
HSL color Cylindrical-coordinate representation of color #100EA8: hue angle of 240.78º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100EA8 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 14 | 168 | - |
| CMYK | 0.90 | 0.92 | 0 | 0.34 |
| HSL | 240.78º | 0.85% | 0.36% | - |
| HSV(B) | 240.78º | 0.92% | 0.66% | - |
| XYZ | 7.44 | 3.25 | 37.28 | - |
| YUV | 32.15 | 204.66 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 168 | 0.90 | 0.92 | 0 | 0.34 | 240.78 | 0.85 | 0.36 |
| Hex | 10 | E | A8 | 5A | 5C | 0 | 22 | F1 | 55 | 24 |
| Octal | 20 | 16 | 250 | 132 | 134 | 0 | 42 | 361 | 125 | 44 |
| Binary | 10000 | 1110 | 10101000 | 1011010 | 1011100 | 0 | 100010 | 11110001 | 1010101 | 100100 |
Color Harmonies of #100EA8
Complementary color
Monochromatic Colors of #100EA8
Black with #100EA8
Text Example
Text Example
White with #100EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100EA8; }
p { color: rgb(16,14,168); }
H1.HeaderClassName
{
color: #100EA8;
}
.AnyTagClassName
{
color: #100EA8;
}
</style>
background-color css
<style>
a { background-color: #100EA8; }
a { background-color: rgb(16,14,168); }
div.DivClassName
{
background-color: #100EA8;
}
.BgClassName
{
background-color: #100EA8;
}
</style>
border-color css
<style>
span { border-color: #100EA8; }
span { border-color: rgb(16,14,168); }
td.TdClassName
{
border-color: #100EA8;
}
.TagClassName
{
border-color: #100EA8;
}
</style>