Shades of Midnight Blue #100668
Tints of Midnight Blue #100668
RGB
CMYK
RGB Variations
Color information
#100668 (or 0x100668) is known color: Midnight Blue. HEX triplet: 10, 06 and 68. RGB value is (16,6,104). Sum of RGB (Red+Green+Blue) = 16+6+104=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 104 (41.02% from 255 or 82.54% from 126); Max value from RGB is 104 - color contains mainly: blue. Hex color #100668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100668 is #EFF997. Grayscale: #131313. Windows color (decimal): -15727000 or 6817296. OLE color: 6817296.
HSL color Cylindrical-coordinate representation of color #100668: hue angle of 246.12º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100668 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 6 | 104 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.59 |
| HSL | 246.12º | 0.89% | 0.22% | - |
| HSV(B) | 246.12º | 0.94% | 0.41% | - |
| XYZ | 2.78 | 1.24 | 13.19 | - |
| YUV | 20.16 | 175.31 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 104 | 0.85 | 0.94 | 0 | 0.59 | 246.12 | 0.89 | 0.22 |
| Hex | 10 | 6 | 68 | 55 | 5E | 0 | 3B | F6 | 59 | 16 |
| Octal | 20 | 6 | 150 | 125 | 136 | 0 | 73 | 366 | 131 | 26 |
| Binary | 10000 | 110 | 1101000 | 1010101 | 1011110 | 0 | 111011 | 11110110 | 1011001 | 10110 |
Color Harmonies of #100668
Complementary color
Monochromatic Colors of #100668
Black with #100668
Text Example
Text Example
White with #100668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100668; }
p { color: rgb(16,6,104); }
H1.HeaderClassName
{
color: #100668;
}
.AnyTagClassName
{
color: #100668;
}
</style>
background-color css
<style>
a { background-color: #100668; }
a { background-color: rgb(16,6,104); }
div.DivClassName
{
background-color: #100668;
}
.BgClassName
{
background-color: #100668;
}
</style>
border-color css
<style>
span { border-color: #100668; }
span { border-color: rgb(16,6,104); }
td.TdClassName
{
border-color: #100668;
}
.TagClassName
{
border-color: #100668;
}
</style>