Shades of New Midnight Blue #100FAB
Tints of New Midnight Blue #100FAB
RGB
CMYK
RGB Variations
Color information
#100FAB (or 0x100FAB) is known color: New Midnight Blue. HEX triplet: 10, 0F and AB. RGB value is (16,15,171). Sum of RGB (Red+Green+Blue) = 16+15+171=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 171 (67.19% from 255 or 84.65% from 202); Max value from RGB is 171 - color contains mainly: blue. Hex color #100FAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100FAB is #EFF054. Grayscale: #202020. Windows color (decimal): -15724629 or 11210512. OLE color: 11210512.
HSL color Cylindrical-coordinate representation of color #100FAB: hue angle of 240.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100FAB is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 15 | 171 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.33 |
| HSL | 240.38º | 0.84% | 0.36% | - |
| HSV(B) | 240.38º | 0.91% | 0.67% | - |
| XYZ | 7.74 | 3.39 | 38.78 | - |
| YUV | 33.08 | 205.83 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 171 | 0.91 | 0.91 | 0 | 0.33 | 240.38 | 0.84 | 0.36 |
| Hex | 10 | F | AB | 5B | 5B | 0 | 21 | F0 | 54 | 24 |
| Octal | 20 | 17 | 253 | 133 | 133 | 0 | 41 | 360 | 124 | 44 |
| Binary | 10000 | 1111 | 10101011 | 1011011 | 1011011 | 0 | 100001 | 11110000 | 1010100 | 100100 |
Color Harmonies of #100FAB
Complementary color
Monochromatic Colors of #100FAB
Black with #100FAB
Text Example
Text Example
White with #100FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100FAB; }
p { color: rgb(16,15,171); }
H1.HeaderClassName
{
color: #100FAB;
}
.AnyTagClassName
{
color: #100FAB;
}
</style>
background-color css
<style>
a { background-color: #100FAB; }
a { background-color: rgb(16,15,171); }
div.DivClassName
{
background-color: #100FAB;
}
.BgClassName
{
background-color: #100FAB;
}
</style>
border-color css
<style>
span { border-color: #100FAB; }
span { border-color: rgb(16,15,171); }
td.TdClassName
{
border-color: #100FAB;
}
.TagClassName
{
border-color: #100FAB;
}
</style>