Shades of Midnight Blue #100A50
Tints of Midnight Blue #100A50
RGB
CMYK
RGB Variations
Color information
#100A50 (or 0x100A50) is known color: Midnight Blue. HEX triplet: 10, 0A and 50. RGB value is (16,10,80). Sum of RGB (Red+Green+Blue) = 16+10+80=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 80 (31.64% from 255 or 75.47% from 106); Max value from RGB is 80 - color contains mainly: blue. Hex color #100A50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100A50 is #EFF5AF. Grayscale: #131313. Windows color (decimal): -15726000 or 5245456. OLE color: 5245456.
HSL color Cylindrical-coordinate representation of color #100A50: hue angle of 245.14º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100A50 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 10 | 80 | - |
| CMYK | 0.80 | 0.87 | 0 | 0.69 |
| HSL | 245.14º | 0.78% | 0.18% | - |
| HSV(B) | 245.14º | 0.88% | 0.31% | - |
| XYZ | 1.77 | 0.91 | 7.67 | - |
| YUV | 19.77 | 161.99 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 80 | 0.80 | 0.87 | 0 | 0.69 | 245.14 | 0.78 | 0.18 |
| Hex | 10 | A | 50 | 50 | 57 | 0 | 45 | F5 | 4E | 12 |
| Octal | 20 | 12 | 120 | 120 | 127 | 0 | 105 | 365 | 116 | 22 |
| Binary | 10000 | 1010 | 1010000 | 1010000 | 1010111 | 0 | 1000101 | 11110101 | 1001110 | 10010 |
Color Harmonies of #100A50
Complementary color
Monochromatic Colors of #100A50
Black with #100A50
Text Example
Text Example
White with #100A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A50; }
p { color: rgb(16,10,80); }
H1.HeaderClassName
{
color: #100A50;
}
.AnyTagClassName
{
color: #100A50;
}
</style>
background-color css
<style>
a { background-color: #100A50; }
a { background-color: rgb(16,10,80); }
div.DivClassName
{
background-color: #100A50;
}
.BgClassName
{
background-color: #100A50;
}
</style>
border-color css
<style>
span { border-color: #100A50; }
span { border-color: rgb(16,10,80); }
td.TdClassName
{
border-color: #100A50;
}
.TagClassName
{
border-color: #100A50;
}
</style>