Shades of Midnight Blue #101061
Tints of Midnight Blue #101061
RGB
CMYK
RGB Variations
Color information
#101061 (or 0x101061) is known color: Midnight Blue. HEX triplet: 10, 10 and 61. RGB value is (16,16,97). Sum of RGB (Red+Green+Blue) = 16+16+97=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 97 (38.28% from 255 or 75.19% from 129); Max value from RGB is 97 - color contains mainly: blue. Hex color #101061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101061 is #EFEF9E. Grayscale: #181818. Windows color (decimal): -15724447 or 6361104. OLE color: 6361104.
HSL color Cylindrical-coordinate representation of color #101061: hue angle of 240º 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 #101061 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 16 | 97 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.62 |
| HSL | 240º | 0.72% | 0.22% | - |
| HSV(B) | 240º | 0.84% | 0.38% | - |
| XYZ | 2.56 | 1.34 | 11.43 | - |
| YUV | 25.23 | 168.5 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 97 | 0.84 | 0.84 | 0 | 0.62 | 240 | 0.72 | 0.22 |
| Hex | 10 | 10 | 61 | 54 | 54 | 0 | 3E | F0 | 48 | 16 |
| Octal | 20 | 20 | 141 | 124 | 124 | 0 | 76 | 360 | 110 | 26 |
| Binary | 10000 | 10000 | 1100001 | 1010100 | 1010100 | 0 | 111110 | 11110000 | 1001000 | 10110 |
Color Harmonies of #101061
Complementary color
Monochromatic Colors of #101061
Black with #101061
Text Example
Text Example
White with #101061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101061; }
p { color: rgb(16,16,97); }
H1.HeaderClassName
{
color: #101061;
}
.AnyTagClassName
{
color: #101061;
}
</style>
background-color css
<style>
a { background-color: #101061; }
a { background-color: rgb(16,16,97); }
div.DivClassName
{
background-color: #101061;
}
.BgClassName
{
background-color: #101061;
}
</style>
border-color css
<style>
span { border-color: #101061; }
span { border-color: rgb(16,16,97); }
td.TdClassName
{
border-color: #101061;
}
.TagClassName
{
border-color: #101061;
}
</style>