Shades of Midnight Blue #100153
Tints of Midnight Blue #100153
RGB
CMYK
RGB Variations
Color information
#100153 (or 0x100153) is known color: Midnight Blue. HEX triplet: 10, 01 and 53. RGB value is (16,1,83). Sum of RGB (Red+Green+Blue) = 16+1+83=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 83 (32.81% from 255 or 83% from 100); Max value from RGB is 83 - color contains mainly: blue. Hex color #100153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100153 is #EFFEAC. Grayscale: #0E0E0E. Windows color (decimal): -15728301 or 5439760. OLE color: 5439760.
HSL color Cylindrical-coordinate representation of color #100153: hue angle of 250.98º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100153 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 1 | 83 | - |
| CMYK | 0.81 | 0.99 | 0 | 0.67 |
| HSL | 250.98º | 0.98% | 0.16% | - |
| HSV(B) | 250.98º | 0.99% | 0.33% | - |
| XYZ | 1.79 | 0.76 | 8.24 | - |
| YUV | 14.83 | 166.47 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 83 | 0.81 | 0.99 | 0 | 0.67 | 250.98 | 0.98 | 0.16 |
| Hex | 10 | 1 | 53 | 51 | 63 | 0 | 43 | FB | 62 | 10 |
| Octal | 20 | 1 | 123 | 121 | 143 | 0 | 103 | 373 | 142 | 20 |
| Binary | 10000 | 1 | 1010011 | 1010001 | 1100011 | 0 | 1000011 | 11111011 | 1100010 | 10000 |
Color Harmonies of #100153
Complementary color
Monochromatic Colors of #100153
Black with #100153
Text Example
Text Example
White with #100153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100153; }
p { color: rgb(16,1,83); }
H1.HeaderClassName
{
color: #100153;
}
.AnyTagClassName
{
color: #100153;
}
</style>
background-color css
<style>
a { background-color: #100153; }
a { background-color: rgb(16,1,83); }
div.DivClassName
{
background-color: #100153;
}
.BgClassName
{
background-color: #100153;
}
</style>
border-color css
<style>
span { border-color: #100153; }
span { border-color: rgb(16,1,83); }
td.TdClassName
{
border-color: #100153;
}
.TagClassName
{
border-color: #100153;
}
</style>