Shades of Midnight Blue #101D82
Tints of Midnight Blue #101D82
RGB
CMYK
RGB Variations
Color information
#101D82 (or 0x101D82) is known color: Midnight Blue. HEX triplet: 10, 1D and 82. RGB value is (16,29,130). Sum of RGB (Red+Green+Blue) = 16+29+130=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 130 (51.17% from 255 or 74.29% from 175); Max value from RGB is 130 - color contains mainly: blue. Hex color #101D82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101D82 is #EFE27D. Grayscale: #242424. Windows color (decimal): -15721086 or 8527120. OLE color: 8527120.
HSL color Cylindrical-coordinate representation of color #101D82: hue angle of 233.16º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101D82 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 29 | 130 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.49 |
| HSL | 233.16º | 0.78% | 0.29% | - |
| HSV(B) | 233.16º | 0.88% | 0.51% | - |
| XYZ | 4.68 | 2.6 | 21.37 | - |
| YUV | 36.63 | 180.69 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 130 | 0.88 | 0.78 | 0 | 0.49 | 233.16 | 0.78 | 0.29 |
| Hex | 10 | 1D | 82 | 58 | 4E | 0 | 31 | E9 | 4E | 1D |
| Octal | 20 | 35 | 202 | 130 | 116 | 0 | 61 | 351 | 116 | 35 |
| Binary | 10000 | 11101 | 10000010 | 1011000 | 1001110 | 0 | 110001 | 11101001 | 1001110 | 11101 |
Color Harmonies of #101D82
Complementary color
Monochromatic Colors of #101D82
Black with #101D82
Text Example
Text Example
White with #101D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D82; }
p { color: rgb(16,29,130); }
H1.HeaderClassName
{
color: #101D82;
}
.AnyTagClassName
{
color: #101D82;
}
</style>
background-color css
<style>
a { background-color: #101D82; }
a { background-color: rgb(16,29,130); }
div.DivClassName
{
background-color: #101D82;
}
.BgClassName
{
background-color: #101D82;
}
</style>
border-color css
<style>
span { border-color: #101D82; }
span { border-color: rgb(16,29,130); }
td.TdClassName
{
border-color: #101D82;
}
.TagClassName
{
border-color: #101D82;
}
</style>