Shades of New Midnight Blue #100BB0
Tints of New Midnight Blue #100BB0
RGB
CMYK
RGB Variations
Color information
#100BB0 (or 0x100BB0) is known color: New Midnight Blue. HEX triplet: 10, 0B and B0. RGB value is (16,11,176). Sum of RGB (Red+Green+Blue) = 16+11+176=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 176 (69.14% from 255 or 86.70% from 203); Max value from RGB is 176 - color contains mainly: blue. Hex color #100BB0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100BB0 is #EFF44F. Grayscale: #1E1E1E. Windows color (decimal): -15725648 or 11537168. OLE color: 11537168.
HSL color Cylindrical-coordinate representation of color #100BB0: hue angle of 241.82º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100BB0 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 11 | 176 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.31 |
| HSL | 241.82º | 0.88% | 0.37% | - |
| HSV(B) | 241.82º | 0.94% | 0.69% | - |
| XYZ | 8.17 | 3.48 | 41.32 | - |
| YUV | 31.31 | 209.66 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 176 | 0.91 | 0.94 | 0 | 0.31 | 241.82 | 0.88 | 0.37 |
| Hex | 10 | B | B0 | 5B | 5E | 0 | 1F | F2 | 58 | 25 |
| Octal | 20 | 13 | 260 | 133 | 136 | 0 | 37 | 362 | 130 | 45 |
| Binary | 10000 | 1011 | 10110000 | 1011011 | 1011110 | 0 | 11111 | 11110010 | 1011000 | 100101 |
Color Harmonies of #100BB0
Complementary color
Monochromatic Colors of #100BB0
Black with #100BB0
Text Example
Text Example
White with #100BB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100BB0; }
p { color: rgb(16,11,176); }
H1.HeaderClassName
{
color: #100BB0;
}
.AnyTagClassName
{
color: #100BB0;
}
</style>
background-color css
<style>
a { background-color: #100BB0; }
a { background-color: rgb(16,11,176); }
div.DivClassName
{
background-color: #100BB0;
}
.BgClassName
{
background-color: #100BB0;
}
</style>
border-color css
<style>
span { border-color: #100BB0; }
span { border-color: rgb(16,11,176); }
td.TdClassName
{
border-color: #100BB0;
}
.TagClassName
{
border-color: #100BB0;
}
</style>