Shades of New Midnight Blue #100BAB
Tints of New Midnight Blue #100BAB
RGB
CMYK
RGB Variations
Color information
#100BAB (or 0x100BAB) is known color: New Midnight Blue. HEX triplet: 10, 0B and AB. RGB value is (16,11,171). Sum of RGB (Red+Green+Blue) = 16+11+171=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 171 (67.19% from 255 or 86.36% from 198); Max value from RGB is 171 - color contains mainly: blue. Hex color #100BAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100BAB is #EFF454. Grayscale: #1E1E1E. Windows color (decimal): -15725653 or 11209488. OLE color: 11209488.
HSL color Cylindrical-coordinate representation of color #100BAB: hue angle of 241.88º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100BAB is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 11 | 171 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.33 |
| HSL | 241.88º | 0.88% | 0.36% | - |
| HSV(B) | 241.88º | 0.94% | 0.67% | - |
| XYZ | 7.68 | 3.29 | 38.76 | - |
| YUV | 30.74 | 207.16 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 171 | 0.91 | 0.94 | 0 | 0.33 | 241.88 | 0.88 | 0.36 |
| Hex | 10 | B | AB | 5B | 5E | 0 | 21 | F2 | 58 | 24 |
| Octal | 20 | 13 | 253 | 133 | 136 | 0 | 41 | 362 | 130 | 44 |
| Binary | 10000 | 1011 | 10101011 | 1011011 | 1011110 | 0 | 100001 | 11110010 | 1011000 | 100100 |
Color Harmonies of #100BAB
Complementary color
Monochromatic Colors of #100BAB
Black with #100BAB
Text Example
Text Example
White with #100BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100BAB; }
p { color: rgb(16,11,171); }
H1.HeaderClassName
{
color: #100BAB;
}
.AnyTagClassName
{
color: #100BAB;
}
</style>
background-color css
<style>
a { background-color: #100BAB; }
a { background-color: rgb(16,11,171); }
div.DivClassName
{
background-color: #100BAB;
}
.BgClassName
{
background-color: #100BAB;
}
</style>
border-color css
<style>
span { border-color: #100BAB; }
span { border-color: rgb(16,11,171); }
td.TdClassName
{
border-color: #100BAB;
}
.TagClassName
{
border-color: #100BAB;
}
</style>