Shades of Midnight Blue #100B63
Tints of Midnight Blue #100B63
RGB
CMYK
RGB Variations
Color information
#100B63 (or 0x100B63) is known color: Midnight Blue. HEX triplet: 10, 0B and 63. RGB value is (16,11,99). Sum of RGB (Red+Green+Blue) = 16+11+99=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 99 (39.06% from 255 or 78.57% from 126); Max value from RGB is 99 - color contains mainly: blue. Hex color #100B63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100B63 is #EFF49C. Grayscale: #161616. Windows color (decimal): -15725725 or 6490896. OLE color: 6490896.
HSL color Cylindrical-coordinate representation of color #100B63: hue angle of 243.41º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100B63 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 11 | 99 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.61 |
| HSL | 243.41º | 0.8% | 0.22% | - |
| HSV(B) | 243.41º | 0.89% | 0.39% | - |
| XYZ | 2.59 | 1.25 | 11.91 | - |
| YUV | 22.53 | 171.16 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 99 | 0.84 | 0.89 | 0 | 0.61 | 243.41 | 0.8 | 0.22 |
| Hex | 10 | B | 63 | 54 | 59 | 0 | 3D | F3 | 50 | 16 |
| Octal | 20 | 13 | 143 | 124 | 131 | 0 | 75 | 363 | 120 | 26 |
| Binary | 10000 | 1011 | 1100011 | 1010100 | 1011001 | 0 | 111101 | 11110011 | 1010000 | 10110 |
Color Harmonies of #100B63
Complementary color
Monochromatic Colors of #100B63
Black with #100B63
Text Example
Text Example
White with #100B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B63; }
p { color: rgb(16,11,99); }
H1.HeaderClassName
{
color: #100B63;
}
.AnyTagClassName
{
color: #100B63;
}
</style>
background-color css
<style>
a { background-color: #100B63; }
a { background-color: rgb(16,11,99); }
div.DivClassName
{
background-color: #100B63;
}
.BgClassName
{
background-color: #100B63;
}
</style>
border-color css
<style>
span { border-color: #100B63; }
span { border-color: rgb(16,11,99); }
td.TdClassName
{
border-color: #100B63;
}
.TagClassName
{
border-color: #100B63;
}
</style>