Shades of Midnight Blue #100C51
Tints of Midnight Blue #100C51
RGB
CMYK
RGB Variations
Color information
#100C51 (or 0x100C51) is known color: Midnight Blue. HEX triplet: 10, 0C and 51. RGB value is (16,12,81). Sum of RGB (Red+Green+Blue) = 16+12+81=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 81 (32.03% from 255 or 74.31% from 109); Max value from RGB is 81 - color contains mainly: blue. Hex color #100C51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100C51 is #EFF3AE. Grayscale: #141414. Windows color (decimal): -15725487 or 5311504. OLE color: 5311504.
HSL color Cylindrical-coordinate representation of color #100C51: hue angle of 243.48º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #100C51 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 16 | 12 | 81 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.68 |
| HSL | 243.48º | 0.74% | 0.18% | - |
| HSV(B) | 243.48º | 0.85% | 0.32% | - |
| XYZ | 1.83 | 0.97 | 7.87 | - |
| YUV | 21.06 | 161.83 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 81 | 0.80 | 0.85 | 0 | 0.68 | 243.48 | 0.74 | 0.18 |
| Hex | 10 | C | 51 | 50 | 55 | 0 | 44 | F3 | 4A | 12 |
| Octal | 20 | 14 | 121 | 120 | 125 | 0 | 104 | 363 | 112 | 22 |
| Binary | 10000 | 1100 | 1010001 | 1010000 | 1010101 | 0 | 1000100 | 11110011 | 1001010 | 10010 |
Color Harmonies of #100C51
Complementary color
Monochromatic Colors of #100C51
Black with #100C51
Text Example
Text Example
White with #100C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C51; }
p { color: rgb(16,12,81); }
H1.HeaderClassName
{
color: #100C51;
}
.AnyTagClassName
{
color: #100C51;
}
</style>
background-color css
<style>
a { background-color: #100C51; }
a { background-color: rgb(16,12,81); }
div.DivClassName
{
background-color: #100C51;
}
.BgClassName
{
background-color: #100C51;
}
</style>
border-color css
<style>
span { border-color: #100C51; }
span { border-color: rgb(16,12,81); }
td.TdClassName
{
border-color: #100C51;
}
.TagClassName
{
border-color: #100C51;
}
</style>