Shades of Midnight Blue #100F50
Tints of Midnight Blue #100F50
RGB
CMYK
RGB Variations
Color information
#100F50 (or 0x100F50) is known color: Midnight Blue. HEX triplet: 10, 0F and 50. RGB value is (16,15,80). Sum of RGB (Red+Green+Blue) = 16+15+80=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 80 (31.64% from 255 or 72.07% from 111); Max value from RGB is 80 - color contains mainly: blue. Hex color #100F50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100F50 is #EFF0AF. Grayscale: #161616. Windows color (decimal): -15724720 or 5246736. OLE color: 5246736.
HSL color Cylindrical-coordinate representation of color #100F50: hue angle of 240.92º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #100F50 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 15 | 80 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.69 |
| HSL | 240.92º | 0.68% | 0.19% | - |
| HSV(B) | 240.92º | 0.81% | 0.31% | - |
| XYZ | 1.83 | 1.03 | 7.69 | - |
| YUV | 22.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 80 | 0.80 | 0.81 | 0 | 0.69 | 240.92 | 0.68 | 0.19 |
| Hex | 10 | F | 50 | 50 | 51 | 0 | 45 | F1 | 44 | 13 |
| Octal | 20 | 17 | 120 | 120 | 121 | 0 | 105 | 361 | 104 | 23 |
| Binary | 10000 | 1111 | 1010000 | 1010000 | 1010001 | 0 | 1000101 | 11110001 | 1000100 | 10011 |
Color Harmonies of #100F50
Complementary color
Monochromatic Colors of #100F50
Black with #100F50
Text Example
Text Example
White with #100F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F50; }
p { color: rgb(16,15,80); }
H1.HeaderClassName
{
color: #100F50;
}
.AnyTagClassName
{
color: #100F50;
}
</style>
background-color css
<style>
a { background-color: #100F50; }
a { background-color: rgb(16,15,80); }
div.DivClassName
{
background-color: #100F50;
}
.BgClassName
{
background-color: #100F50;
}
</style>
border-color css
<style>
span { border-color: #100F50; }
span { border-color: rgb(16,15,80); }
td.TdClassName
{
border-color: #100F50;
}
.TagClassName
{
border-color: #100F50;
}
</style>