Shades of Midnight Blue #101F85
Tints of Midnight Blue #101F85
RGB
CMYK
RGB Variations
Color information
#101F85 (or 0x101F85) is known color: Midnight Blue. HEX triplet: 10, 1F and 85. RGB value is (16,31,133). Sum of RGB (Red+Green+Blue) = 16+31+133=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 133 (52.34% from 255 or 73.89% from 180); Max value from RGB is 133 - color contains mainly: blue. Hex color #101F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101F85 is #EFE07A. Grayscale: #252525. Windows color (decimal): -15720571 or 8724240. OLE color: 8724240.
HSL color Cylindrical-coordinate representation of color #101F85: hue angle of 232.31º 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 #101F85 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 31 | 133 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.48 |
| HSL | 232.31º | 0.79% | 0.29% | - |
| HSV(B) | 232.31º | 0.88% | 0.52% | - |
| XYZ | 4.94 | 2.78 | 22.47 | - |
| YUV | 38.14 | 181.53 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 133 | 0.88 | 0.77 | 0 | 0.48 | 232.31 | 0.79 | 0.29 |
| Hex | 10 | 1F | 85 | 58 | 4D | 0 | 30 | E8 | 4F | 1D |
| Octal | 20 | 37 | 205 | 130 | 115 | 0 | 60 | 350 | 117 | 35 |
| Binary | 10000 | 11111 | 10000101 | 1011000 | 1001101 | 0 | 110000 | 11101000 | 1001111 | 11101 |
Color Harmonies of #101F85
Complementary color
Monochromatic Colors of #101F85
Black with #101F85
Text Example
Text Example
White with #101F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F85; }
p { color: rgb(16,31,133); }
H1.HeaderClassName
{
color: #101F85;
}
.AnyTagClassName
{
color: #101F85;
}
</style>
background-color css
<style>
a { background-color: #101F85; }
a { background-color: rgb(16,31,133); }
div.DivClassName
{
background-color: #101F85;
}
.BgClassName
{
background-color: #101F85;
}
</style>
border-color css
<style>
span { border-color: #101F85; }
span { border-color: rgb(16,31,133); }
td.TdClassName
{
border-color: #101F85;
}
.TagClassName
{
border-color: #101F85;
}
</style>