Shades of Midnight Blue #101F74
Tints of Midnight Blue #101F74
RGB
CMYK
RGB Variations
Color information
#101F74 (or 0x101F74) is known color: Midnight Blue. HEX triplet: 10, 1F and 74. RGB value is (16,31,116). Sum of RGB (Red+Green+Blue) = 16+31+116=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 116 (45.70% from 255 or 71.17% from 163); Max value from RGB is 116 - color contains mainly: blue. Hex color #101F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F74 is #EFE08B. Grayscale: #232323. Windows color (decimal): -15720588 or 7610128. OLE color: 7610128.
HSL color Cylindrical-coordinate representation of color #101F74: hue angle of 231º 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 #101F74 is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 31 | 116 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.55 |
| HSL | 231º | 0.76% | 0.26% | - |
| HSV(B) | 231º | 0.86% | 0.45% | - |
| XYZ | 3.86 | 2.35 | 16.77 | - |
| YUV | 36.21 | 173.03 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 116 | 0.86 | 0.73 | 0 | 0.55 | 231 | 0.76 | 0.26 |
| Hex | 10 | 1F | 74 | 56 | 49 | 0 | 37 | E7 | 4C | 1A |
| Octal | 20 | 37 | 164 | 126 | 111 | 0 | 67 | 347 | 114 | 32 |
| Binary | 10000 | 11111 | 1110100 | 1010110 | 1001001 | 0 | 110111 | 11100111 | 1001100 | 11010 |
Color Harmonies of #101F74
Complementary color
Monochromatic Colors of #101F74
Black with #101F74
Text Example
Text Example
White with #101F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F74; }
p { color: rgb(16,31,116); }
H1.HeaderClassName
{
color: #101F74;
}
.AnyTagClassName
{
color: #101F74;
}
</style>
background-color css
<style>
a { background-color: #101F74; }
a { background-color: rgb(16,31,116); }
div.DivClassName
{
background-color: #101F74;
}
.BgClassName
{
background-color: #101F74;
}
</style>
border-color css
<style>
span { border-color: #101F74; }
span { border-color: rgb(16,31,116); }
td.TdClassName
{
border-color: #101F74;
}
.TagClassName
{
border-color: #101F74;
}
</style>