Shades of Midnight Blue #101356
Tints of Midnight Blue #101356
RGB
CMYK
RGB Variations
Color information
#101356 (or 0x101356) is known color: Midnight Blue. HEX triplet: 10, 13 and 56. RGB value is (16,19,86). Sum of RGB (Red+Green+Blue) = 16+19+86=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 86 (33.98% from 255 or 71.07% from 121); Max value from RGB is 86 - color contains mainly: blue. Hex color #101356 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101356 is #EFECA9. Grayscale: #191919. Windows color (decimal): -15723690 or 5640976. OLE color: 5640976.
HSL color Cylindrical-coordinate representation of color #101356: hue angle of 237.43º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #101356 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 19 | 86 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.66 |
| HSL | 237.43º | 0.69% | 0.2% | - |
| HSV(B) | 237.43º | 0.81% | 0.34% | - |
| XYZ | 2.13 | 1.25 | 8.93 | - |
| YUV | 25.74 | 162.01 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 86 | 0.81 | 0.78 | 0 | 0.66 | 237.43 | 0.69 | 0.2 |
| Hex | 10 | 13 | 56 | 51 | 4E | 0 | 42 | ED | 45 | 14 |
| Octal | 20 | 23 | 126 | 121 | 116 | 0 | 102 | 355 | 105 | 24 |
| Binary | 10000 | 10011 | 1010110 | 1010001 | 1001110 | 0 | 1000010 | 11101101 | 1000101 | 10100 |
Color Harmonies of #101356
Complementary color
Monochromatic Colors of #101356
Black with #101356
Text Example
Text Example
White with #101356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101356; }
p { color: rgb(16,19,86); }
H1.HeaderClassName
{
color: #101356;
}
.AnyTagClassName
{
color: #101356;
}
</style>
background-color css
<style>
a { background-color: #101356; }
a { background-color: rgb(16,19,86); }
div.DivClassName
{
background-color: #101356;
}
.BgClassName
{
background-color: #101356;
}
</style>
border-color css
<style>
span { border-color: #101356; }
span { border-color: rgb(16,19,86); }
td.TdClassName
{
border-color: #101356;
}
.TagClassName
{
border-color: #101356;
}
</style>