Shades of Midnight Blue #100C61
Tints of Midnight Blue #100C61
RGB
CMYK
RGB Variations
Color information
#100C61 (or 0x100C61) is known color: Midnight Blue. HEX triplet: 10, 0C and 61. RGB value is (16,12,97). Sum of RGB (Red+Green+Blue) = 16+12+97=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 97 (38.28% from 255 or 77.6% from 125); Max value from RGB is 97 - color contains mainly: blue. Hex color #100C61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100C61 is #EFF39E. Grayscale: #161616. Windows color (decimal): -15725471 or 6360080. OLE color: 6360080.
HSL color Cylindrical-coordinate representation of color #100C61: hue angle of 242.82º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100C61 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 12 | 97 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.62 |
| HSL | 242.82º | 0.78% | 0.21% | - |
| HSV(B) | 242.82º | 0.88% | 0.38% | - |
| XYZ | 2.5 | 1.24 | 11.42 | - |
| YUV | 22.89 | 169.83 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 97 | 0.84 | 0.88 | 0 | 0.62 | 242.82 | 0.78 | 0.21 |
| Hex | 10 | C | 61 | 54 | 58 | 0 | 3E | F3 | 4E | 15 |
| Octal | 20 | 14 | 141 | 124 | 130 | 0 | 76 | 363 | 116 | 25 |
| Binary | 10000 | 1100 | 1100001 | 1010100 | 1011000 | 0 | 111110 | 11110011 | 1001110 | 10101 |
Color Harmonies of #100C61
Complementary color
Monochromatic Colors of #100C61
Black with #100C61
Text Example
Text Example
White with #100C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C61; }
p { color: rgb(16,12,97); }
H1.HeaderClassName
{
color: #100C61;
}
.AnyTagClassName
{
color: #100C61;
}
</style>
background-color css
<style>
a { background-color: #100C61; }
a { background-color: rgb(16,12,97); }
div.DivClassName
{
background-color: #100C61;
}
.BgClassName
{
background-color: #100C61;
}
</style>
border-color css
<style>
span { border-color: #100C61; }
span { border-color: rgb(16,12,97); }
td.TdClassName
{
border-color: #100C61;
}
.TagClassName
{
border-color: #100C61;
}
</style>