Shades of Midnight Blue #101A79
Tints of Midnight Blue #101A79
RGB
CMYK
RGB Variations
Color information
#101A79 (or 0x101A79) is known color: Midnight Blue. HEX triplet: 10, 1A and 79. RGB value is (16,26,121). Sum of RGB (Red+Green+Blue) = 16+26+121=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 121 (47.66% from 255 or 74.23% from 163); Max value from RGB is 121 - color contains mainly: blue. Hex color #101A79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101A79 is #EFE586. Grayscale: #212121. Windows color (decimal): -15721863 or 7936528. OLE color: 7936528.
HSL color Cylindrical-coordinate representation of color #101A79: hue angle of 234.29º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #101A79 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 26 | 121 | - |
| CMYK | 0.87 | 0.79 | 0 | 0.53 |
| HSL | 234.29º | 0.77% | 0.27% | - |
| HSV(B) | 234.29º | 0.87% | 0.47% | - |
| XYZ | 4.03 | 2.23 | 18.31 | - |
| YUV | 33.84 | 177.19 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 121 | 0.87 | 0.79 | 0 | 0.53 | 234.29 | 0.77 | 0.27 |
| Hex | 10 | 1A | 79 | 57 | 4F | 0 | 35 | EA | 4D | 1B |
| Octal | 20 | 32 | 171 | 127 | 117 | 0 | 65 | 352 | 115 | 33 |
| Binary | 10000 | 11010 | 1111001 | 1010111 | 1001111 | 0 | 110101 | 11101010 | 1001101 | 11011 |
Color Harmonies of #101A79
Complementary color
Monochromatic Colors of #101A79
Black with #101A79
Text Example
Text Example
White with #101A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A79; }
p { color: rgb(16,26,121); }
H1.HeaderClassName
{
color: #101A79;
}
.AnyTagClassName
{
color: #101A79;
}
</style>
background-color css
<style>
a { background-color: #101A79; }
a { background-color: rgb(16,26,121); }
div.DivClassName
{
background-color: #101A79;
}
.BgClassName
{
background-color: #101A79;
}
</style>
border-color css
<style>
span { border-color: #101A79; }
span { border-color: rgb(16,26,121); }
td.TdClassName
{
border-color: #101A79;
}
.TagClassName
{
border-color: #101A79;
}
</style>