Shades of Midnight Blue #100055
Tints of Midnight Blue #100055
RGB
CMYK
RGB Variations
Color information
#100055 (or 0x100055) is known color: Midnight Blue. HEX triplet: 10, 00 and 55. RGB value is (16,0,85). Sum of RGB (Red+Green+Blue) = 16+0+85=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 85 (33.59% from 255 or 84.16% from 101); Max value from RGB is 85 - color contains mainly: blue. Hex color #100055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100055 is #EFFFAA. Grayscale: #0E0E0E. Windows color (decimal): -15728555 or 5570576. OLE color: 5570576.
HSL color Cylindrical-coordinate representation of color #100055: hue angle of 251.29º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100055 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 0 | 85 | - |
| CMYK | 0.81 | 1 | 0 | 0.67 |
| HSL | 251.29º | 1% | 0.17% | - |
| HSV(B) | 251.29º | 1% | 0.33% | - |
| XYZ | 1.85 | 0.77 | 8.64 | - |
| YUV | 14.47 | 167.8 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 85 | 0.81 | 1 | 0 | 0.67 | 251.29 | 1 | 0.17 |
| Hex | 10 | 0 | 55 | 51 | 64 | 0 | 43 | FB | 64 | 11 |
| Octal | 20 | 0 | 125 | 121 | 144 | 0 | 103 | 373 | 144 | 21 |
| Binary | 10000 | 0 | 1010101 | 1010001 | 1100100 | 0 | 1000011 | 11111011 | 1100100 | 10001 |
Color Harmonies of #100055
Complementary color
Monochromatic Colors of #100055
Black with #100055
Text Example
Text Example
White with #100055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100055; }
p { color: rgb(16,0,85); }
H1.HeaderClassName
{
color: #100055;
}
.AnyTagClassName
{
color: #100055;
}
</style>
background-color css
<style>
a { background-color: #100055; }
a { background-color: rgb(16,0,85); }
div.DivClassName
{
background-color: #100055;
}
.BgClassName
{
background-color: #100055;
}
</style>
border-color css
<style>
span { border-color: #100055; }
span { border-color: rgb(16,0,85); }
td.TdClassName
{
border-color: #100055;
}
.TagClassName
{
border-color: #100055;
}
</style>