Shades of Midnight Blue #10156F
Tints of Midnight Blue #10156F
RGB
CMYK
RGB Variations
Color information
#10156F (or 0x10156F) is known color: Midnight Blue. HEX triplet: 10, 15 and 6F. RGB value is (16,21,111). Sum of RGB (Red+Green+Blue) = 16+21+111=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 111 (43.75% from 255 or 75% from 148); Max value from RGB is 111 - color contains mainly: blue. Hex color #10156F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10156F is #EFEA90. Grayscale: #1D1D1D. Windows color (decimal): -15723153 or 7279888. OLE color: 7279888.
HSL color Cylindrical-coordinate representation of color #10156F: hue angle of 236.84º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10156F is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 21 | 111 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.56 |
| HSL | 236.84º | 0.75% | 0.25% | - |
| HSV(B) | 236.84º | 0.86% | 0.44% | - |
| XYZ | 3.35 | 1.79 | 15.21 | - |
| YUV | 29.77 | 173.84 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 111 | 0.86 | 0.81 | 0 | 0.56 | 236.84 | 0.75 | 0.25 |
| Hex | 10 | 15 | 6F | 56 | 51 | 0 | 38 | ED | 4B | 19 |
| Octal | 20 | 25 | 157 | 126 | 121 | 0 | 70 | 355 | 113 | 31 |
| Binary | 10000 | 10101 | 1101111 | 1010110 | 1010001 | 0 | 111000 | 11101101 | 1001011 | 11001 |
Color Harmonies of #10156F
Complementary color
Monochromatic Colors of #10156F
Black with #10156F
Text Example
Text Example
White with #10156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10156F; }
p { color: rgb(16,21,111); }
H1.HeaderClassName
{
color: #10156F;
}
.AnyTagClassName
{
color: #10156F;
}
</style>
background-color css
<style>
a { background-color: #10156F; }
a { background-color: rgb(16,21,111); }
div.DivClassName
{
background-color: #10156F;
}
.BgClassName
{
background-color: #10156F;
}
</style>
border-color css
<style>
span { border-color: #10156F; }
span { border-color: rgb(16,21,111); }
td.TdClassName
{
border-color: #10156F;
}
.TagClassName
{
border-color: #10156F;
}
</style>