Shades of Midnight Blue #101550
Tints of Midnight Blue #101550
RGB
CMYK
RGB Variations
Color information
#101550 (or 0x101550) is known color: Midnight Blue. HEX triplet: 10, 15 and 50. RGB value is (16,21,80). Sum of RGB (Red+Green+Blue) = 16+21+80=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 80 (31.64% from 255 or 68.38% from 117); Max value from RGB is 80 - color contains mainly: blue. Hex color #101550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101550 is #EFEAAF. Grayscale: #191919. Windows color (decimal): -15723184 or 5248272. OLE color: 5248272.
HSL color Cylindrical-coordinate representation of color #101550: hue angle of 235.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #101550 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 21 | 80 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.69 |
| HSL | 235.31º | 0.67% | 0.19% | - |
| HSV(B) | 235.31º | 0.8% | 0.31% | - |
| XYZ | 1.93 | 1.23 | 7.72 | - |
| YUV | 26.23 | 158.34 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 80 | 0.80 | 0.74 | 0 | 0.69 | 235.31 | 0.67 | 0.19 |
| Hex | 10 | 15 | 50 | 50 | 4A | 0 | 45 | EB | 43 | 13 |
| Octal | 20 | 25 | 120 | 120 | 112 | 0 | 105 | 353 | 103 | 23 |
| Binary | 10000 | 10101 | 1010000 | 1010000 | 1001010 | 0 | 1000101 | 11101011 | 1000011 | 10011 |
Color Harmonies of #101550
Complementary color
Monochromatic Colors of #101550
Black with #101550
Text Example
Text Example
White with #101550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101550; }
p { color: rgb(16,21,80); }
H1.HeaderClassName
{
color: #101550;
}
.AnyTagClassName
{
color: #101550;
}
</style>
background-color css
<style>
a { background-color: #101550; }
a { background-color: rgb(16,21,80); }
div.DivClassName
{
background-color: #101550;
}
.BgClassName
{
background-color: #101550;
}
</style>
border-color css
<style>
span { border-color: #101550; }
span { border-color: rgb(16,21,80); }
td.TdClassName
{
border-color: #101550;
}
.TagClassName
{
border-color: #101550;
}
</style>