Shades of Midnight Blue #100654
Tints of Midnight Blue #100654
RGB
CMYK
RGB Variations
Color information
#100654 (or 0x100654) is known color: Midnight Blue. HEX triplet: 10, 06 and 54. RGB value is (16,6,84). Sum of RGB (Red+Green+Blue) = 16+6+84=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 84 (33.20% from 255 or 79.25% from 106); Max value from RGB is 84 - color contains mainly: blue. Hex color #100654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100654 is #EFF9AB. Grayscale: #111111. Windows color (decimal): -15727020 or 5506576. OLE color: 5506576.
HSL color Cylindrical-coordinate representation of color #100654: hue angle of 247.69º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100654 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 6 | 84 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.67 |
| HSL | 247.69º | 0.87% | 0.18% | - |
| HSV(B) | 247.69º | 0.93% | 0.33% | - |
| XYZ | 1.88 | 0.88 | 8.46 | - |
| YUV | 17.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 84 | 0.81 | 0.93 | 0 | 0.67 | 247.69 | 0.87 | 0.18 |
| Hex | 10 | 6 | 54 | 51 | 5D | 0 | 43 | F8 | 57 | 12 |
| Octal | 20 | 6 | 124 | 121 | 135 | 0 | 103 | 370 | 127 | 22 |
| Binary | 10000 | 110 | 1010100 | 1010001 | 1011101 | 0 | 1000011 | 11111000 | 1010111 | 10010 |
Color Harmonies of #100654
Complementary color
Monochromatic Colors of #100654
Black with #100654
Text Example
Text Example
White with #100654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100654; }
p { color: rgb(16,6,84); }
H1.HeaderClassName
{
color: #100654;
}
.AnyTagClassName
{
color: #100654;
}
</style>
background-color css
<style>
a { background-color: #100654; }
a { background-color: rgb(16,6,84); }
div.DivClassName
{
background-color: #100654;
}
.BgClassName
{
background-color: #100654;
}
</style>
border-color css
<style>
span { border-color: #100654; }
span { border-color: rgb(16,6,84); }
td.TdClassName
{
border-color: #100654;
}
.TagClassName
{
border-color: #100654;
}
</style>