Shades of Midnight Blue #101F76
Tints of Midnight Blue #101F76
RGB
CMYK
RGB Variations
Color information
#101F76 (or 0x101F76) is known color: Midnight Blue. HEX triplet: 10, 1F and 76. RGB value is (16,31,118). Sum of RGB (Red+Green+Blue) = 16+31+118=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #101F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F76 is #EFE089. Grayscale: #242424. Windows color (decimal): -15720586 or 7741200. OLE color: 7741200.
HSL color Cylindrical-coordinate representation of color #101F76: hue angle of 231.18º 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 #101F76 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 31 | 118 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.54 |
| HSL | 231.18º | 0.76% | 0.26% | - |
| HSV(B) | 231.18º | 0.86% | 0.46% | - |
| XYZ | 3.97 | 2.4 | 17.39 | - |
| YUV | 36.43 | 174.03 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 118 | 0.86 | 0.74 | 0 | 0.54 | 231.18 | 0.76 | 0.26 |
| Hex | 10 | 1F | 76 | 56 | 4A | 0 | 36 | E7 | 4C | 1A |
| Octal | 20 | 37 | 166 | 126 | 112 | 0 | 66 | 347 | 114 | 32 |
| Binary | 10000 | 11111 | 1110110 | 1010110 | 1001010 | 0 | 110110 | 11100111 | 1001100 | 11010 |
Color Harmonies of #101F76
Complementary color
Monochromatic Colors of #101F76
Black with #101F76
Text Example
Text Example
White with #101F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F76; }
p { color: rgb(16,31,118); }
H1.HeaderClassName
{
color: #101F76;
}
.AnyTagClassName
{
color: #101F76;
}
</style>
background-color css
<style>
a { background-color: #101F76; }
a { background-color: rgb(16,31,118); }
div.DivClassName
{
background-color: #101F76;
}
.BgClassName
{
background-color: #101F76;
}
</style>
border-color css
<style>
span { border-color: #101F76; }
span { border-color: rgb(16,31,118); }
td.TdClassName
{
border-color: #101F76;
}
.TagClassName
{
border-color: #101F76;
}
</style>