Shades of Midnight Blue #100050
Tints of Midnight Blue #100050
RGB
CMYK
RGB Variations
Color information
#100050 (or 0x100050) is known color: Midnight Blue. HEX triplet: 10, 00 and 50. RGB value is (16,0,80). Sum of RGB (Red+Green+Blue) = 16+0+80=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 80 (31.64% from 255 or 83.33% from 96); Max value from RGB is 80 - color contains mainly: blue. Hex color #100050 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100050 is #EFFFAF. Grayscale: #0D0D0D. Windows color (decimal): -15728560 or 5242896. OLE color: 5242896.
HSL color Cylindrical-coordinate representation of color #100050: hue angle of 252º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100050 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 0 | 80 | - |
| CMYK | 0.80 | 1 | 0 | 0.69 |
| HSL | 252º | 1% | 0.16% | - |
| HSV(B) | 252º | 1% | 0.31% | - |
| XYZ | 1.66 | 0.69 | 7.63 | - |
| YUV | 13.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 80 | 0.80 | 1 | 0 | 0.69 | 252 | 1 | 0.16 |
| Hex | 10 | 0 | 50 | 50 | 64 | 0 | 45 | FC | 64 | 10 |
| Octal | 20 | 0 | 120 | 120 | 144 | 0 | 105 | 374 | 144 | 20 |
| Binary | 10000 | 0 | 1010000 | 1010000 | 1100100 | 0 | 1000101 | 11111100 | 1100100 | 10000 |
Color Harmonies of #100050
Complementary color
Monochromatic Colors of #100050
Black with #100050
Text Example
Text Example
White with #100050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100050; }
p { color: rgb(16,0,80); }
H1.HeaderClassName
{
color: #100050;
}
.AnyTagClassName
{
color: #100050;
}
</style>
background-color css
<style>
a { background-color: #100050; }
a { background-color: rgb(16,0,80); }
div.DivClassName
{
background-color: #100050;
}
.BgClassName
{
background-color: #100050;
}
</style>
border-color css
<style>
span { border-color: #100050; }
span { border-color: rgb(16,0,80); }
td.TdClassName
{
border-color: #100050;
}
.TagClassName
{
border-color: #100050;
}
</style>