Shades of Midnight Blue #101558
Tints of Midnight Blue #101558
RGB
CMYK
RGB Variations
Color information
#101558 (or 0x101558) is known color: Midnight Blue. HEX triplet: 10, 15 and 58. RGB value is (16,21,88). Sum of RGB (Red+Green+Blue) = 16+21+88=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 88 (34.77% from 255 or 70.4% from 125); Max value from RGB is 88 - color contains mainly: blue. Hex color #101558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101558 is #EFEAA7. Grayscale: #1A1A1A. Windows color (decimal): -15723176 or 5772560. OLE color: 5772560.
HSL color Cylindrical-coordinate representation of color #101558: hue angle of 235.83º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #101558 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 21 | 88 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.65 |
| HSL | 235.83º | 0.69% | 0.2% | - |
| HSV(B) | 235.83º | 0.82% | 0.35% | - |
| XYZ | 2.24 | 1.35 | 9.38 | - |
| YUV | 27.14 | 162.34 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 88 | 0.82 | 0.76 | 0 | 0.65 | 235.83 | 0.69 | 0.2 |
| Hex | 10 | 15 | 58 | 52 | 4C | 0 | 41 | EC | 45 | 14 |
| Octal | 20 | 25 | 130 | 122 | 114 | 0 | 101 | 354 | 105 | 24 |
| Binary | 10000 | 10101 | 1011000 | 1010010 | 1001100 | 0 | 1000001 | 11101100 | 1000101 | 10100 |
Color Harmonies of #101558
Complementary color
Monochromatic Colors of #101558
Black with #101558
Text Example
Text Example
White with #101558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101558; }
p { color: rgb(16,21,88); }
H1.HeaderClassName
{
color: #101558;
}
.AnyTagClassName
{
color: #101558;
}
</style>
background-color css
<style>
a { background-color: #101558; }
a { background-color: rgb(16,21,88); }
div.DivClassName
{
background-color: #101558;
}
.BgClassName
{
background-color: #101558;
}
</style>
border-color css
<style>
span { border-color: #101558; }
span { border-color: rgb(16,21,88); }
td.TdClassName
{
border-color: #101558;
}
.TagClassName
{
border-color: #101558;
}
</style>