Shades of Midnight Blue #10096F
Tints of Midnight Blue #10096F
RGB
CMYK
RGB Variations
Color information
#10096F (or 0x10096F) is known color: Midnight Blue. HEX triplet: 10, 09 and 6F. RGB value is (16,9,111). Sum of RGB (Red+Green+Blue) = 16+9+111=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 111 (43.75% from 255 or 81.62% from 136); Max value from RGB is 111 - color contains mainly: blue. Hex color #10096F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10096F is #EFF690. Grayscale: #161616. Windows color (decimal): -15726225 or 7276816. OLE color: 7276816.
HSL color Cylindrical-coordinate representation of color #10096F: hue angle of 244.12º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10096F is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 9 | 111 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.56 |
| HSL | 244.12º | 0.85% | 0.24% | - |
| HSV(B) | 244.12º | 0.92% | 0.44% | - |
| XYZ | 3.18 | 1.45 | 15.15 | - |
| YUV | 22.72 | 177.82 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 111 | 0.86 | 0.92 | 0 | 0.56 | 244.12 | 0.85 | 0.24 |
| Hex | 10 | 9 | 6F | 56 | 5C | 0 | 38 | F4 | 55 | 18 |
| Octal | 20 | 11 | 157 | 126 | 134 | 0 | 70 | 364 | 125 | 30 |
| Binary | 10000 | 1001 | 1101111 | 1010110 | 1011100 | 0 | 111000 | 11110100 | 1010101 | 11000 |
Color Harmonies of #10096F
Complementary color
Monochromatic Colors of #10096F
Black with #10096F
Text Example
Text Example
White with #10096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10096F; }
p { color: rgb(16,9,111); }
H1.HeaderClassName
{
color: #10096F;
}
.AnyTagClassName
{
color: #10096F;
}
</style>
background-color css
<style>
a { background-color: #10096F; }
a { background-color: rgb(16,9,111); }
div.DivClassName
{
background-color: #10096F;
}
.BgClassName
{
background-color: #10096F;
}
</style>
border-color css
<style>
span { border-color: #10096F; }
span { border-color: rgb(16,9,111); }
td.TdClassName
{
border-color: #10096F;
}
.TagClassName
{
border-color: #10096F;
}
</style>