Shades of Midnight Blue #101D85
Tints of Midnight Blue #101D85
RGB
CMYK
RGB Variations
Color information
#101D85 (or 0x101D85) is known color: Midnight Blue. HEX triplet: 10, 1D and 85. RGB value is (16,29,133). Sum of RGB (Red+Green+Blue) = 16+29+133=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 133 (52.34% from 255 or 74.72% from 178); Max value from RGB is 133 - color contains mainly: blue. Hex color #101D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101D85 is #EFE27A. Grayscale: #242424. Windows color (decimal): -15721083 or 8723728. OLE color: 8723728.
HSL color Cylindrical-coordinate representation of color #101D85: hue angle of 233.33º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #101D85 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 29 | 133 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.48 |
| HSL | 233.33º | 0.79% | 0.29% | - |
| HSV(B) | 233.33º | 0.88% | 0.52% | - |
| XYZ | 4.89 | 2.68 | 22.45 | - |
| YUV | 36.97 | 182.19 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 133 | 0.88 | 0.78 | 0 | 0.48 | 233.33 | 0.79 | 0.29 |
| Hex | 10 | 1D | 85 | 58 | 4E | 0 | 30 | E9 | 4F | 1D |
| Octal | 20 | 35 | 205 | 130 | 116 | 0 | 60 | 351 | 117 | 35 |
| Binary | 10000 | 11101 | 10000101 | 1011000 | 1001110 | 0 | 110000 | 11101001 | 1001111 | 11101 |
Color Harmonies of #101D85
Complementary color
Monochromatic Colors of #101D85
Black with #101D85
Text Example
Text Example
White with #101D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D85; }
p { color: rgb(16,29,133); }
H1.HeaderClassName
{
color: #101D85;
}
.AnyTagClassName
{
color: #101D85;
}
</style>
background-color css
<style>
a { background-color: #101D85; }
a { background-color: rgb(16,29,133); }
div.DivClassName
{
background-color: #101D85;
}
.BgClassName
{
background-color: #101D85;
}
</style>
border-color css
<style>
span { border-color: #101D85; }
span { border-color: rgb(16,29,133); }
td.TdClassName
{
border-color: #101D85;
}
.TagClassName
{
border-color: #101D85;
}
</style>