Shades of Midnight Blue #101361
Tints of Midnight Blue #101361
RGB
CMYK
RGB Variations
Color information
#101361 (or 0x101361) is known color: Midnight Blue. HEX triplet: 10, 13 and 61. RGB value is (16,19,97). Sum of RGB (Red+Green+Blue) = 16+19+97=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 97 (38.28% from 255 or 73.48% from 132); Max value from RGB is 97 - color contains mainly: blue. Hex color #101361 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101361 is #EFEC9E. Grayscale: #1A1A1A. Windows color (decimal): -15723679 or 6361872. OLE color: 6361872.
HSL color Cylindrical-coordinate representation of color #101361: hue angle of 237.78º 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 #101361 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 19 | 97 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.62 |
| HSL | 237.78º | 0.72% | 0.22% | - |
| HSV(B) | 237.78º | 0.84% | 0.38% | - |
| XYZ | 2.6 | 1.44 | 11.45 | - |
| YUV | 27 | 167.51 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 97 | 0.84 | 0.80 | 0 | 0.62 | 237.78 | 0.72 | 0.22 |
| Hex | 10 | 13 | 61 | 54 | 50 | 0 | 3E | EE | 48 | 16 |
| Octal | 20 | 23 | 141 | 124 | 120 | 0 | 76 | 356 | 110 | 26 |
| Binary | 10000 | 10011 | 1100001 | 1010100 | 1010000 | 0 | 111110 | 11101110 | 1001000 | 10110 |
Color Harmonies of #101361
Complementary color
Monochromatic Colors of #101361
Black with #101361
Text Example
Text Example
White with #101361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101361; }
p { color: rgb(16,19,97); }
H1.HeaderClassName
{
color: #101361;
}
.AnyTagClassName
{
color: #101361;
}
</style>
background-color css
<style>
a { background-color: #101361; }
a { background-color: rgb(16,19,97); }
div.DivClassName
{
background-color: #101361;
}
.BgClassName
{
background-color: #101361;
}
</style>
border-color css
<style>
span { border-color: #101361; }
span { border-color: rgb(16,19,97); }
td.TdClassName
{
border-color: #101361;
}
.TagClassName
{
border-color: #101361;
}
</style>