Shades of Midnight Blue #100C57
Tints of Midnight Blue #100C57
RGB
CMYK
RGB Variations
Color information
#100C57 (or 0x100C57) is known color: Midnight Blue. HEX triplet: 10, 0C and 57. RGB value is (16,12,87). Sum of RGB (Red+Green+Blue) = 16+12+87=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 87 (34.38% from 255 or 75.65% from 115); Max value from RGB is 87 - color contains mainly: blue. Hex color #100C57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100C57 is #EFF3A8. Grayscale: #151515. Windows color (decimal): -15725481 or 5704720. OLE color: 5704720.
HSL color Cylindrical-coordinate representation of color #100C57: hue angle of 243.2º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #100C57 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 12 | 87 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.66 |
| HSL | 243.2º | 0.76% | 0.19% | - |
| HSV(B) | 243.2º | 0.86% | 0.34% | - |
| XYZ | 2.07 | 1.06 | 9.11 | - |
| YUV | 21.75 | 164.83 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 87 | 0.82 | 0.86 | 0 | 0.66 | 243.2 | 0.76 | 0.19 |
| Hex | 10 | C | 57 | 52 | 56 | 0 | 42 | F3 | 4C | 13 |
| Octal | 20 | 14 | 127 | 122 | 126 | 0 | 102 | 363 | 114 | 23 |
| Binary | 10000 | 1100 | 1010111 | 1010010 | 1010110 | 0 | 1000010 | 11110011 | 1001100 | 10011 |
Color Harmonies of #100C57
Complementary color
Monochromatic Colors of #100C57
Black with #100C57
Text Example
Text Example
White with #100C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C57; }
p { color: rgb(16,12,87); }
H1.HeaderClassName
{
color: #100C57;
}
.AnyTagClassName
{
color: #100C57;
}
</style>
background-color css
<style>
a { background-color: #100C57; }
a { background-color: rgb(16,12,87); }
div.DivClassName
{
background-color: #100C57;
}
.BgClassName
{
background-color: #100C57;
}
</style>
border-color css
<style>
span { border-color: #100C57; }
span { border-color: rgb(16,12,87); }
td.TdClassName
{
border-color: #100C57;
}
.TagClassName
{
border-color: #100C57;
}
</style>