Shades of Midnight Blue #101F7D
Tints of Midnight Blue #101F7D
RGB
CMYK
RGB Variations
Color information
#101F7D (or 0x101F7D) is known color: Midnight Blue. HEX triplet: 10, 1F and 7D. RGB value is (16,31,125). Sum of RGB (Red+Green+Blue) = 16+31+125=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 125 (49.22% from 255 or 72.67% from 172); Max value from RGB is 125 - color contains mainly: blue. Hex color #101F7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101F7D is #EFE082. Grayscale: #242424. Windows color (decimal): -15720579 or 8199952. OLE color: 8199952.
HSL color Cylindrical-coordinate representation of color #101F7D: hue angle of 231.74º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #101F7D is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 31 | 125 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.51 |
| HSL | 231.74º | 0.77% | 0.28% | - |
| HSV(B) | 231.74º | 0.87% | 0.49% | - |
| XYZ | 4.41 | 2.57 | 19.67 | - |
| YUV | 37.23 | 177.53 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 125 | 0.87 | 0.75 | 0 | 0.51 | 231.74 | 0.77 | 0.28 |
| Hex | 10 | 1F | 7D | 57 | 4B | 0 | 33 | E8 | 4D | 1C |
| Octal | 20 | 37 | 175 | 127 | 113 | 0 | 63 | 350 | 115 | 34 |
| Binary | 10000 | 11111 | 1111101 | 1010111 | 1001011 | 0 | 110011 | 11101000 | 1001101 | 11100 |
Color Harmonies of #101F7D
Complementary color
Monochromatic Colors of #101F7D
Black with #101F7D
Text Example
Text Example
White with #101F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F7D; }
p { color: rgb(16,31,125); }
H1.HeaderClassName
{
color: #101F7D;
}
.AnyTagClassName
{
color: #101F7D;
}
</style>
background-color css
<style>
a { background-color: #101F7D; }
a { background-color: rgb(16,31,125); }
div.DivClassName
{
background-color: #101F7D;
}
.BgClassName
{
background-color: #101F7D;
}
</style>
border-color css
<style>
span { border-color: #101F7D; }
span { border-color: rgb(16,31,125); }
td.TdClassName
{
border-color: #101F7D;
}
.TagClassName
{
border-color: #101F7D;
}
</style>