Shades of Midnight Blue #101A76
Tints of Midnight Blue #101A76
RGB
CMYK
RGB Variations
Color information
#101A76 (or 0x101A76) is known color: Midnight Blue. HEX triplet: 10, 1A and 76. RGB value is (16,26,118). Sum of RGB (Red+Green+Blue) = 16+26+118=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #101A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101A76 is #EFE589. Grayscale: #212121. Windows color (decimal): -15721866 or 7739920. OLE color: 7739920.
HSL color Cylindrical-coordinate representation of color #101A76: hue angle of 234.12º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #101A76 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 26 | 118 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.54 |
| HSL | 234.12º | 0.76% | 0.26% | - |
| HSV(B) | 234.12º | 0.86% | 0.46% | - |
| XYZ | 3.85 | 2.16 | 17.35 | - |
| YUV | 33.5 | 175.69 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 118 | 0.86 | 0.78 | 0 | 0.54 | 234.12 | 0.76 | 0.26 |
| Hex | 10 | 1A | 76 | 56 | 4E | 0 | 36 | EA | 4C | 1A |
| Octal | 20 | 32 | 166 | 126 | 116 | 0 | 66 | 352 | 114 | 32 |
| Binary | 10000 | 11010 | 1110110 | 1010110 | 1001110 | 0 | 110110 | 11101010 | 1001100 | 11010 |
Color Harmonies of #101A76
Complementary color
Monochromatic Colors of #101A76
Black with #101A76
Text Example
Text Example
White with #101A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A76; }
p { color: rgb(16,26,118); }
H1.HeaderClassName
{
color: #101A76;
}
.AnyTagClassName
{
color: #101A76;
}
</style>
background-color css
<style>
a { background-color: #101A76; }
a { background-color: rgb(16,26,118); }
div.DivClassName
{
background-color: #101A76;
}
.BgClassName
{
background-color: #101A76;
}
</style>
border-color css
<style>
span { border-color: #101A76; }
span { border-color: rgb(16,26,118); }
td.TdClassName
{
border-color: #101A76;
}
.TagClassName
{
border-color: #101A76;
}
</style>