Shades of Midnight Blue #100063
Tints of Midnight Blue #100063
RGB
CMYK
RGB Variations
Color information
#100063 (or 0x100063) is known color: Midnight Blue. HEX triplet: 10, 00 and 63. RGB value is (16,0,99). Sum of RGB (Red+Green+Blue) = 16+0+99=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 99 (39.06% from 255 or 86.09% from 115); Max value from RGB is 99 - color contains mainly: blue. Hex color #100063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100063 is #EFFF9C. Grayscale: #0F0F0F. Windows color (decimal): -15728541 or 6488080. OLE color: 6488080.
HSL color Cylindrical-coordinate representation of color #100063: hue angle of 249.7º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100063 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 0 | 99 | - |
| CMYK | 0.84 | 1 | 0 | 0.61 |
| HSL | 249.7º | 1% | 0.19% | - |
| HSV(B) | 249.7º | 1% | 0.39% | - |
| XYZ | 2.47 | 1.01 | 11.87 | - |
| YUV | 16.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 99 | 0.84 | 1 | 0 | 0.61 | 249.7 | 1 | 0.19 |
| Hex | 10 | 0 | 63 | 54 | 64 | 0 | 3D | FA | 64 | 13 |
| Octal | 20 | 0 | 143 | 124 | 144 | 0 | 75 | 372 | 144 | 23 |
| Binary | 10000 | 0 | 1100011 | 1010100 | 1100100 | 0 | 111101 | 11111010 | 1100100 | 10011 |
Color Harmonies of #100063
Complementary color
Monochromatic Colors of #100063
Black with #100063
Text Example
Text Example
White with #100063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100063; }
p { color: rgb(16,0,99); }
H1.HeaderClassName
{
color: #100063;
}
.AnyTagClassName
{
color: #100063;
}
</style>
background-color css
<style>
a { background-color: #100063; }
a { background-color: rgb(16,0,99); }
div.DivClassName
{
background-color: #100063;
}
.BgClassName
{
background-color: #100063;
}
</style>
border-color css
<style>
span { border-color: #100063; }
span { border-color: rgb(16,0,99); }
td.TdClassName
{
border-color: #100063;
}
.TagClassName
{
border-color: #100063;
}
</style>