Shades of Midnight Blue #101655
Tints of Midnight Blue #101655
RGB
CMYK
RGB Variations
Color information
#101655 (or 0x101655) is known color: Midnight Blue. HEX triplet: 10, 16 and 55. RGB value is (16,22,85). Sum of RGB (Red+Green+Blue) = 16+22+85=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #101655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101655 is #EFE9AA. Grayscale: #1B1B1B. Windows color (decimal): -15722923 or 5576208. OLE color: 5576208.
HSL color Cylindrical-coordinate representation of color #101655: hue angle of 234.78º 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 #101655 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 22 | 85 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.67 |
| HSL | 234.78º | 0.68% | 0.2% | - |
| HSV(B) | 234.78º | 0.81% | 0.33% | - |
| XYZ | 2.14 | 1.34 | 8.74 | - |
| YUV | 27.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 85 | 0.81 | 0.74 | 0 | 0.67 | 234.78 | 0.68 | 0.2 |
| Hex | 10 | 16 | 55 | 51 | 4A | 0 | 43 | EB | 44 | 14 |
| Octal | 20 | 26 | 125 | 121 | 112 | 0 | 103 | 353 | 104 | 24 |
| Binary | 10000 | 10110 | 1010101 | 1010001 | 1001010 | 0 | 1000011 | 11101011 | 1000100 | 10100 |
Color Harmonies of #101655
Complementary color
Monochromatic Colors of #101655
Black with #101655
Text Example
Text Example
White with #101655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101655; }
p { color: rgb(16,22,85); }
H1.HeaderClassName
{
color: #101655;
}
.AnyTagClassName
{
color: #101655;
}
</style>
background-color css
<style>
a { background-color: #101655; }
a { background-color: rgb(16,22,85); }
div.DivClassName
{
background-color: #101655;
}
.BgClassName
{
background-color: #101655;
}
</style>
border-color css
<style>
span { border-color: #101655; }
span { border-color: rgb(16,22,85); }
td.TdClassName
{
border-color: #101655;
}
.TagClassName
{
border-color: #101655;
}
</style>