Shades of New Midnight Blue #100DAB
Tints of New Midnight Blue #100DAB
RGB
CMYK
RGB Variations
Color information
#100DAB (or 0x100DAB) is known color: New Midnight Blue. HEX triplet: 10, 0D and AB. RGB value is (16,13,171). Sum of RGB (Red+Green+Blue) = 16+13+171=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 171 (67.19% from 255 or 85.5% from 200); Max value from RGB is 171 - color contains mainly: blue. Hex color #100DAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100DAB is #EFF254. Grayscale: #1F1F1F. Windows color (decimal): -15725141 or 11210000. OLE color: 11210000.
HSL color Cylindrical-coordinate representation of color #100DAB: hue angle of 241.14º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100DAB is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 13 | 171 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.33 |
| HSL | 241.14º | 0.86% | 0.36% | - |
| HSV(B) | 241.14º | 0.92% | 0.67% | - |
| XYZ | 7.71 | 3.34 | 38.77 | - |
| YUV | 31.91 | 206.49 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 171 | 0.91 | 0.92 | 0 | 0.33 | 241.14 | 0.86 | 0.36 |
| Hex | 10 | D | AB | 5B | 5C | 0 | 21 | F1 | 56 | 24 |
| Octal | 20 | 15 | 253 | 133 | 134 | 0 | 41 | 361 | 126 | 44 |
| Binary | 10000 | 1101 | 10101011 | 1011011 | 1011100 | 0 | 100001 | 11110001 | 1010110 | 100100 |
Color Harmonies of #100DAB
Complementary color
Monochromatic Colors of #100DAB
Black with #100DAB
Text Example
Text Example
White with #100DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100DAB; }
p { color: rgb(16,13,171); }
H1.HeaderClassName
{
color: #100DAB;
}
.AnyTagClassName
{
color: #100DAB;
}
</style>
background-color css
<style>
a { background-color: #100DAB; }
a { background-color: rgb(16,13,171); }
div.DivClassName
{
background-color: #100DAB;
}
.BgClassName
{
background-color: #100DAB;
}
</style>
border-color css
<style>
span { border-color: #100DAB; }
span { border-color: rgb(16,13,171); }
td.TdClassName
{
border-color: #100DAB;
}
.TagClassName
{
border-color: #100DAB;
}
</style>