Shades of Midnight Blue #101355
Tints of Midnight Blue #101355
RGB
CMYK
RGB Variations
Color information
#101355 (or 0x101355) is known color: Midnight Blue. HEX triplet: 10, 13 and 55. RGB value is (16,19,85). Sum of RGB (Red+Green+Blue) = 16+19+85=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 85 (33.59% from 255 or 70.83% from 120); Max value from RGB is 85 - color contains mainly: blue. Hex color #101355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101355 is #EFECAA. Grayscale: #191919. Windows color (decimal): -15723691 or 5575440. OLE color: 5575440.
HSL color Cylindrical-coordinate representation of color #101355: hue angle of 237.39º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #101355 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 19 | 85 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.67 |
| HSL | 237.39º | 0.68% | 0.2% | - |
| HSV(B) | 237.39º | 0.81% | 0.33% | - |
| XYZ | 2.09 | 1.23 | 8.72 | - |
| YUV | 25.63 | 161.51 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 85 | 0.81 | 0.78 | 0 | 0.67 | 237.39 | 0.68 | 0.2 |
| Hex | 10 | 13 | 55 | 51 | 4E | 0 | 43 | ED | 44 | 14 |
| Octal | 20 | 23 | 125 | 121 | 116 | 0 | 103 | 355 | 104 | 24 |
| Binary | 10000 | 10011 | 1010101 | 1010001 | 1001110 | 0 | 1000011 | 11101101 | 1000100 | 10100 |
Color Harmonies of #101355
Complementary color
Monochromatic Colors of #101355
Black with #101355
Text Example
Text Example
White with #101355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101355; }
p { color: rgb(16,19,85); }
H1.HeaderClassName
{
color: #101355;
}
.AnyTagClassName
{
color: #101355;
}
</style>
background-color css
<style>
a { background-color: #101355; }
a { background-color: rgb(16,19,85); }
div.DivClassName
{
background-color: #101355;
}
.BgClassName
{
background-color: #101355;
}
</style>
border-color css
<style>
span { border-color: #101355; }
span { border-color: rgb(16,19,85); }
td.TdClassName
{
border-color: #101355;
}
.TagClassName
{
border-color: #101355;
}
</style>