Shades of Midnight Blue #100C58
Tints of Midnight Blue #100C58
RGB
CMYK
RGB Variations
Color information
#100C58 (or 0x100C58) is known color: Midnight Blue. HEX triplet: 10, 0C and 58. RGB value is (16,12,88). Sum of RGB (Red+Green+Blue) = 16+12+88=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 88 (34.77% from 255 or 75.86% from 116); Max value from RGB is 88 - color contains mainly: blue. Hex color #100C58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100C58 is #EFF3A7. Grayscale: #151515. Windows color (decimal): -15725480 or 5770256. OLE color: 5770256.
HSL color Cylindrical-coordinate representation of color #100C58: hue angle of 243.16º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #100C58 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 12 | 88 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.65 |
| HSL | 243.16º | 0.76% | 0.2% | - |
| HSV(B) | 243.16º | 0.86% | 0.35% | - |
| XYZ | 2.11 | 1.08 | 9.33 | - |
| YUV | 21.86 | 165.33 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 88 | 0.82 | 0.86 | 0 | 0.65 | 243.16 | 0.76 | 0.2 |
| Hex | 10 | C | 58 | 52 | 56 | 0 | 41 | F3 | 4C | 14 |
| Octal | 20 | 14 | 130 | 122 | 126 | 0 | 101 | 363 | 114 | 24 |
| Binary | 10000 | 1100 | 1011000 | 1010010 | 1010110 | 0 | 1000001 | 11110011 | 1001100 | 10100 |
Color Harmonies of #100C58
Complementary color
Monochromatic Colors of #100C58
Black with #100C58
Text Example
Text Example
White with #100C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C58; }
p { color: rgb(16,12,88); }
H1.HeaderClassName
{
color: #100C58;
}
.AnyTagClassName
{
color: #100C58;
}
</style>
background-color css
<style>
a { background-color: #100C58; }
a { background-color: rgb(16,12,88); }
div.DivClassName
{
background-color: #100C58;
}
.BgClassName
{
background-color: #100C58;
}
</style>
border-color css
<style>
span { border-color: #100C58; }
span { border-color: rgb(16,12,88); }
td.TdClassName
{
border-color: #100C58;
}
.TagClassName
{
border-color: #100C58;
}
</style>