Shades of Midnight Blue #101861
Tints of Midnight Blue #101861
RGB
CMYK
RGB Variations
Color information
#101861 (or 0x101861) is known color: Midnight Blue. HEX triplet: 10, 18 and 61. RGB value is (16,24,97). Sum of RGB (Red+Green+Blue) = 16+24+97=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 97 (38.28% from 255 or 70.80% from 137); Max value from RGB is 97 - color contains mainly: blue. Hex color #101861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101861 is #EFE79E. Grayscale: #1D1D1D. Windows color (decimal): -15722399 or 6363152. OLE color: 6363152.
HSL color Cylindrical-coordinate representation of color #101861: hue angle of 234.07º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101861 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 24 | 97 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.62 |
| HSL | 234.07º | 0.72% | 0.22% | - |
| HSV(B) | 234.07º | 0.84% | 0.38% | - |
| XYZ | 2.7 | 1.63 | 11.48 | - |
| YUV | 29.93 | 165.85 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 97 | 0.84 | 0.75 | 0 | 0.62 | 234.07 | 0.72 | 0.22 |
| Hex | 10 | 18 | 61 | 54 | 4B | 0 | 3E | EA | 48 | 16 |
| Octal | 20 | 30 | 141 | 124 | 113 | 0 | 76 | 352 | 110 | 26 |
| Binary | 10000 | 11000 | 1100001 | 1010100 | 1001011 | 0 | 111110 | 11101010 | 1001000 | 10110 |
Color Harmonies of #101861
Complementary color
Monochromatic Colors of #101861
Black with #101861
Text Example
Text Example
White with #101861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101861; }
p { color: rgb(16,24,97); }
H1.HeaderClassName
{
color: #101861;
}
.AnyTagClassName
{
color: #101861;
}
</style>
background-color css
<style>
a { background-color: #101861; }
a { background-color: rgb(16,24,97); }
div.DivClassName
{
background-color: #101861;
}
.BgClassName
{
background-color: #101861;
}
</style>
border-color css
<style>
span { border-color: #101861; }
span { border-color: rgb(16,24,97); }
td.TdClassName
{
border-color: #101861;
}
.TagClassName
{
border-color: #101861;
}
</style>