Shades of Midnight Blue #101C7B
Tints of Midnight Blue #101C7B
RGB
CMYK
RGB Variations
Color information
#101C7B (or 0x101C7B) is known color: Midnight Blue. HEX triplet: 10, 1C and 7B. RGB value is (16,28,123). Sum of RGB (Red+Green+Blue) = 16+28+123=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #101C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C7B is #EFE384. Grayscale: #222222. Windows color (decimal): -15721349 or 8068112. OLE color: 8068112.
HSL color Cylindrical-coordinate representation of color #101C7B: hue angle of 233.27º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #101C7B is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 28 | 123 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.52 |
| HSL | 233.27º | 0.77% | 0.27% | - |
| HSV(B) | 233.27º | 0.87% | 0.48% | - |
| XYZ | 4.2 | 2.37 | 18.97 | - |
| YUV | 35.24 | 177.52 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 123 | 0.87 | 0.77 | 0 | 0.52 | 233.27 | 0.77 | 0.27 |
| Hex | 10 | 1C | 7B | 57 | 4D | 0 | 34 | E9 | 4D | 1B |
| Octal | 20 | 34 | 173 | 127 | 115 | 0 | 64 | 351 | 115 | 33 |
| Binary | 10000 | 11100 | 1111011 | 1010111 | 1001101 | 0 | 110100 | 11101001 | 1001101 | 11011 |
Color Harmonies of #101C7B
Complementary color
Monochromatic Colors of #101C7B
Black with #101C7B
Text Example
Text Example
White with #101C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C7B; }
p { color: rgb(16,28,123); }
H1.HeaderClassName
{
color: #101C7B;
}
.AnyTagClassName
{
color: #101C7B;
}
</style>
background-color css
<style>
a { background-color: #101C7B; }
a { background-color: rgb(16,28,123); }
div.DivClassName
{
background-color: #101C7B;
}
.BgClassName
{
background-color: #101C7B;
}
</style>
border-color css
<style>
span { border-color: #101C7B; }
span { border-color: rgb(16,28,123); }
td.TdClassName
{
border-color: #101C7B;
}
.TagClassName
{
border-color: #101C7B;
}
</style>