Shades of Midnight Blue #10115B
Tints of Midnight Blue #10115B
RGB
CMYK
RGB Variations
Color information
#10115B (or 0x10115B) is known color: Midnight Blue. HEX triplet: 10, 11 and 5B. RGB value is (16,17,91). Sum of RGB (Red+Green+Blue) = 16+17+91=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 91 (35.94% from 255 or 73.39% from 124); Max value from RGB is 91 - color contains mainly: blue. Hex color #10115B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10115B is #EFEEA4. Grayscale: #181818. Windows color (decimal): -15724197 or 5968144. OLE color: 5968144.
HSL color Cylindrical-coordinate representation of color #10115B: hue angle of 239.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10115B is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 17 | 91 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.64 |
| HSL | 239.2º | 0.7% | 0.21% | - |
| HSV(B) | 239.2º | 0.82% | 0.36% | - |
| XYZ | 2.3 | 1.27 | 10.02 | - |
| YUV | 25.14 | 165.17 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 91 | 0.82 | 0.81 | 0 | 0.64 | 239.2 | 0.7 | 0.21 |
| Hex | 10 | 11 | 5B | 52 | 51 | 0 | 40 | EF | 46 | 15 |
| Octal | 20 | 21 | 133 | 122 | 121 | 0 | 100 | 357 | 106 | 25 |
| Binary | 10000 | 10001 | 1011011 | 1010010 | 1010001 | 0 | 1000000 | 11101111 | 1000110 | 10101 |
Color Harmonies of #10115B
Complementary color
Monochromatic Colors of #10115B
Black with #10115B
Text Example
Text Example
White with #10115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10115B; }
p { color: rgb(16,17,91); }
H1.HeaderClassName
{
color: #10115B;
}
.AnyTagClassName
{
color: #10115B;
}
</style>
background-color css
<style>
a { background-color: #10115B; }
a { background-color: rgb(16,17,91); }
div.DivClassName
{
background-color: #10115B;
}
.BgClassName
{
background-color: #10115B;
}
</style>
border-color css
<style>
span { border-color: #10115B; }
span { border-color: rgb(16,17,91); }
td.TdClassName
{
border-color: #10115B;
}
.TagClassName
{
border-color: #10115B;
}
</style>