Shades of Midnight Blue #101360
Tints of Midnight Blue #101360
RGB
CMYK
RGB Variations
Color information
#101360 (or 0x101360) is known color: Midnight Blue. HEX triplet: 10, 13 and 60. RGB value is (16,19,96). Sum of RGB (Red+Green+Blue) = 16+19+96=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 96 (37.89% from 255 or 73.28% from 131); Max value from RGB is 96 - color contains mainly: blue. Hex color #101360 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101360 is #EFEC9F. Grayscale: #1A1A1A. Windows color (decimal): -15723680 or 6296336. OLE color: 6296336.
HSL color Cylindrical-coordinate representation of color #101360: hue angle of 237.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #101360 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 19 | 96 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.62 |
| HSL | 237.75º | 0.71% | 0.22% | - |
| HSV(B) | 237.75º | 0.83% | 0.38% | - |
| XYZ | 2.56 | 1.42 | 11.21 | - |
| YUV | 26.88 | 167.01 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 96 | 0.83 | 0.80 | 0 | 0.62 | 237.75 | 0.71 | 0.22 |
| Hex | 10 | 13 | 60 | 53 | 50 | 0 | 3E | EE | 47 | 16 |
| Octal | 20 | 23 | 140 | 123 | 120 | 0 | 76 | 356 | 107 | 26 |
| Binary | 10000 | 10011 | 1100000 | 1010011 | 1010000 | 0 | 111110 | 11101110 | 1000111 | 10110 |
Color Harmonies of #101360
Complementary color
Monochromatic Colors of #101360
Black with #101360
Text Example
Text Example
White with #101360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101360; }
p { color: rgb(16,19,96); }
H1.HeaderClassName
{
color: #101360;
}
.AnyTagClassName
{
color: #101360;
}
</style>
background-color css
<style>
a { background-color: #101360; }
a { background-color: rgb(16,19,96); }
div.DivClassName
{
background-color: #101360;
}
.BgClassName
{
background-color: #101360;
}
</style>
border-color css
<style>
span { border-color: #101360; }
span { border-color: rgb(16,19,96); }
td.TdClassName
{
border-color: #101360;
}
.TagClassName
{
border-color: #101360;
}
</style>