Shades of Midnight Blue #101C84
Tints of Midnight Blue #101C84
RGB
CMYK
RGB Variations
Color information
#101C84 (or 0x101C84) is known color: Midnight Blue. HEX triplet: 10, 1C and 84. RGB value is (16,28,132). Sum of RGB (Red+Green+Blue) = 16+28+132=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 132 (51.95% from 255 or 75% from 176); Max value from RGB is 132 - color contains mainly: blue. Hex color #101C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #101C84 is #EFE37B. Grayscale: #232323. Windows color (decimal): -15721340 or 8657936. OLE color: 8657936.
HSL color Cylindrical-coordinate representation of color #101C84: hue angle of 233.79º degrees, saturation: 0.78, 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 #101C84 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 28 | 132 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.48 |
| HSL | 233.79º | 0.78% | 0.29% | - |
| HSV(B) | 233.79º | 0.88% | 0.52% | - |
| XYZ | 4.79 | 2.61 | 22.08 | - |
| YUV | 36.27 | 182.02 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 132 | 0.88 | 0.79 | 0 | 0.48 | 233.79 | 0.78 | 0.29 |
| Hex | 10 | 1C | 84 | 58 | 4F | 0 | 30 | EA | 4E | 1D |
| Octal | 20 | 34 | 204 | 130 | 117 | 0 | 60 | 352 | 116 | 35 |
| Binary | 10000 | 11100 | 10000100 | 1011000 | 1001111 | 0 | 110000 | 11101010 | 1001110 | 11101 |
Color Harmonies of #101C84
Complementary color
Monochromatic Colors of #101C84
Black with #101C84
Text Example
Text Example
White with #101C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C84; }
p { color: rgb(16,28,132); }
H1.HeaderClassName
{
color: #101C84;
}
.AnyTagClassName
{
color: #101C84;
}
</style>
background-color css
<style>
a { background-color: #101C84; }
a { background-color: rgb(16,28,132); }
div.DivClassName
{
background-color: #101C84;
}
.BgClassName
{
background-color: #101C84;
}
</style>
border-color css
<style>
span { border-color: #101C84; }
span { border-color: rgb(16,28,132); }
td.TdClassName
{
border-color: #101C84;
}
.TagClassName
{
border-color: #101C84;
}
</style>