Shades of Midnight Blue #101373
Tints of Midnight Blue #101373
RGB
CMYK
RGB Variations
Color information
#101373 (or 0x101373) is known color: Midnight Blue. HEX triplet: 10, 13 and 73. RGB value is (16,19,115). Sum of RGB (Red+Green+Blue) = 16+19+115=150 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #101373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101373 is #EFEC8C. Grayscale: #1C1C1C. Windows color (decimal): -15723661 or 7541520. OLE color: 7541520.
HSL color Cylindrical-coordinate representation of color #101373: hue angle of 238.18º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #101373 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 19 | 115 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.55 |
| HSL | 238.18º | 0.76% | 0.26% | - |
| HSV(B) | 238.18º | 0.86% | 0.45% | - |
| XYZ | 3.54 | 1.81 | 16.38 | - |
| YUV | 29.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 115 | 0.86 | 0.83 | 0 | 0.55 | 238.18 | 0.76 | 0.26 |
| Hex | 10 | 13 | 73 | 56 | 53 | 0 | 37 | EE | 4C | 1A |
| Octal | 20 | 23 | 163 | 126 | 123 | 0 | 67 | 356 | 114 | 32 |
| Binary | 10000 | 10011 | 1110011 | 1010110 | 1010011 | 0 | 110111 | 11101110 | 1001100 | 11010 |
Color Harmonies of #101373
Complementary color
Monochromatic Colors of #101373
Black with #101373
Text Example
Text Example
White with #101373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101373; }
p { color: rgb(16,19,115); }
H1.HeaderClassName
{
color: #101373;
}
.AnyTagClassName
{
color: #101373;
}
</style>
background-color css
<style>
a { background-color: #101373; }
a { background-color: rgb(16,19,115); }
div.DivClassName
{
background-color: #101373;
}
.BgClassName
{
background-color: #101373;
}
</style>
border-color css
<style>
span { border-color: #101373; }
span { border-color: rgb(16,19,115); }
td.TdClassName
{
border-color: #101373;
}
.TagClassName
{
border-color: #101373;
}
</style>