Shades of New Midnight Blue #100FB1
Tints of New Midnight Blue #100FB1
RGB
CMYK
RGB Variations
Color information
#100FB1 (or 0x100FB1) is known color: New Midnight Blue. HEX triplet: 10, 0F and B1. RGB value is (16,15,177). Sum of RGB (Red+Green+Blue) = 16+15+177=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 177 (69.53% from 255 or 85.10% from 208); Max value from RGB is 177 - color contains mainly: blue. Hex color #100FB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #100FB1 is #EFF04E. Grayscale: #212121. Windows color (decimal): -15724623 or 11603728. OLE color: 11603728.
HSL color Cylindrical-coordinate representation of color #100FB1: hue angle of 240.37º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100FB1 is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 15 | 177 | - |
| CMYK | 0.91 | 0.92 | 0 | 0.31 |
| HSL | 240.37º | 0.84% | 0.38% | - |
| HSV(B) | 240.37º | 0.92% | 0.69% | - |
| XYZ | 8.32 | 3.63 | 41.86 | - |
| YUV | 33.77 | 208.83 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 177 | 0.91 | 0.92 | 0 | 0.31 | 240.37 | 0.84 | 0.38 |
| Hex | 10 | F | B1 | 5B | 5C | 0 | 1F | F0 | 54 | 26 |
| Octal | 20 | 17 | 261 | 133 | 134 | 0 | 37 | 360 | 124 | 46 |
| Binary | 10000 | 1111 | 10110001 | 1011011 | 1011100 | 0 | 11111 | 11110000 | 1010100 | 100110 |
Color Harmonies of #100FB1
Complementary color
Monochromatic Colors of #100FB1
Black with #100FB1
Text Example
Text Example
White with #100FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100FB1; }
p { color: rgb(16,15,177); }
H1.HeaderClassName
{
color: #100FB1;
}
.AnyTagClassName
{
color: #100FB1;
}
</style>
background-color css
<style>
a { background-color: #100FB1; }
a { background-color: rgb(16,15,177); }
div.DivClassName
{
background-color: #100FB1;
}
.BgClassName
{
background-color: #100FB1;
}
</style>
border-color css
<style>
span { border-color: #100FB1; }
span { border-color: rgb(16,15,177); }
td.TdClassName
{
border-color: #100FB1;
}
.TagClassName
{
border-color: #100FB1;
}
</style>