Shades of Midnight Blue #100853
Tints of Midnight Blue #100853
RGB
CMYK
RGB Variations
Color information
#100853 (or 0x100853) is known color: Midnight Blue. HEX triplet: 10, 08 and 53. RGB value is (16,8,83). Sum of RGB (Red+Green+Blue) = 16+8+83=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 83 (32.81% from 255 or 77.57% from 107); Max value from RGB is 83 - color contains mainly: blue. Hex color #100853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100853 is #EFF7AC. Grayscale: #121212. Windows color (decimal): -15726509 or 5441552. OLE color: 5441552.
HSL color Cylindrical-coordinate representation of color #100853: hue angle of 246.4º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #100853 is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 8 | 83 | - |
| CMYK | 0.81 | 0.90 | 0 | 0.67 |
| HSL | 246.4º | 0.82% | 0.18% | - |
| HSV(B) | 246.4º | 0.9% | 0.33% | - |
| XYZ | 1.86 | 0.91 | 8.26 | - |
| YUV | 18.94 | 164.15 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 83 | 0.81 | 0.90 | 0 | 0.67 | 246.4 | 0.82 | 0.18 |
| Hex | 10 | 8 | 53 | 51 | 5A | 0 | 43 | F6 | 52 | 12 |
| Octal | 20 | 10 | 123 | 121 | 132 | 0 | 103 | 366 | 122 | 22 |
| Binary | 10000 | 1000 | 1010011 | 1010001 | 1011010 | 0 | 1000011 | 11110110 | 1010010 | 10010 |
Color Harmonies of #100853
Complementary color
Monochromatic Colors of #100853
Black with #100853
Text Example
Text Example
White with #100853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100853; }
p { color: rgb(16,8,83); }
H1.HeaderClassName
{
color: #100853;
}
.AnyTagClassName
{
color: #100853;
}
</style>
background-color css
<style>
a { background-color: #100853; }
a { background-color: rgb(16,8,83); }
div.DivClassName
{
background-color: #100853;
}
.BgClassName
{
background-color: #100853;
}
</style>
border-color css
<style>
span { border-color: #100853; }
span { border-color: rgb(16,8,83); }
td.TdClassName
{
border-color: #100853;
}
.TagClassName
{
border-color: #100853;
}
</style>