Shades of Midnight Blue #101C75
Tints of Midnight Blue #101C75
RGB
CMYK
RGB Variations
Color information
#101C75 (or 0x101C75) is known color: Midnight Blue. HEX triplet: 10, 1C and 75. RGB value is (16,28,117). Sum of RGB (Red+Green+Blue) = 16+28+117=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 117 (46.09% from 255 or 72.67% from 161); Max value from RGB is 117 - color contains mainly: blue. Hex color #101C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C75 is #EFE38A. Grayscale: #222222. Windows color (decimal): -15721355 or 7674896. OLE color: 7674896.
HSL color Cylindrical-coordinate representation of color #101C75: hue angle of 232.87º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #101C75 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 28 | 117 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.54 |
| HSL | 232.87º | 0.76% | 0.26% | - |
| HSV(B) | 232.87º | 0.86% | 0.46% | - |
| XYZ | 3.84 | 2.23 | 17.06 | - |
| YUV | 34.56 | 174.52 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 117 | 0.86 | 0.76 | 0 | 0.54 | 232.87 | 0.76 | 0.26 |
| Hex | 10 | 1C | 75 | 56 | 4C | 0 | 36 | E9 | 4C | 1A |
| Octal | 20 | 34 | 165 | 126 | 114 | 0 | 66 | 351 | 114 | 32 |
| Binary | 10000 | 11100 | 1110101 | 1010110 | 1001100 | 0 | 110110 | 11101001 | 1001100 | 11010 |
Color Harmonies of #101C75
Complementary color
Monochromatic Colors of #101C75
Black with #101C75
Text Example
Text Example
White with #101C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C75; }
p { color: rgb(16,28,117); }
H1.HeaderClassName
{
color: #101C75;
}
.AnyTagClassName
{
color: #101C75;
}
</style>
background-color css
<style>
a { background-color: #101C75; }
a { background-color: rgb(16,28,117); }
div.DivClassName
{
background-color: #101C75;
}
.BgClassName
{
background-color: #101C75;
}
</style>
border-color css
<style>
span { border-color: #101C75; }
span { border-color: rgb(16,28,117); }
td.TdClassName
{
border-color: #101C75;
}
.TagClassName
{
border-color: #101C75;
}
</style>