Shades of Midnight Blue #10115A
Tints of Midnight Blue #10115A
RGB
CMYK
RGB Variations
Color information
#10115A (or 0x10115A) is known color: Midnight Blue. HEX triplet: 10, 11 and 5A. RGB value is (16,17,90). Sum of RGB (Red+Green+Blue) = 16+17+90=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 90 (35.55% from 255 or 73.17% from 123); Max value from RGB is 90 - color contains mainly: blue. Hex color #10115A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10115A is #EFEEA5. Grayscale: #181818. Windows color (decimal): -15724198 or 5902608. OLE color: 5902608.
HSL color Cylindrical-coordinate representation of color #10115A: hue angle of 239.19º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10115A is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 17 | 90 | - |
| CMYK | 0.82 | 0.81 | 0 | 0.65 |
| HSL | 239.19º | 0.7% | 0.21% | - |
| HSV(B) | 239.19º | 0.82% | 0.35% | - |
| XYZ | 2.26 | 1.25 | 9.79 | - |
| YUV | 25.02 | 164.67 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 90 | 0.82 | 0.81 | 0 | 0.65 | 239.19 | 0.7 | 0.21 |
| Hex | 10 | 11 | 5A | 52 | 51 | 0 | 41 | EF | 46 | 15 |
| Octal | 20 | 21 | 132 | 122 | 121 | 0 | 101 | 357 | 106 | 25 |
| Binary | 10000 | 10001 | 1011010 | 1010010 | 1010001 | 0 | 1000001 | 11101111 | 1000110 | 10101 |
Color Harmonies of #10115A
Complementary color
Monochromatic Colors of #10115A
Black with #10115A
Text Example
Text Example
White with #10115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10115A; }
p { color: rgb(16,17,90); }
H1.HeaderClassName
{
color: #10115A;
}
.AnyTagClassName
{
color: #10115A;
}
</style>
background-color css
<style>
a { background-color: #10115A; }
a { background-color: rgb(16,17,90); }
div.DivClassName
{
background-color: #10115A;
}
.BgClassName
{
background-color: #10115A;
}
</style>
border-color css
<style>
span { border-color: #10115A; }
span { border-color: rgb(16,17,90); }
td.TdClassName
{
border-color: #10115A;
}
.TagClassName
{
border-color: #10115A;
}
</style>