Shades of Midnight Blue #10115C
Tints of Midnight Blue #10115C
RGB
CMYK
RGB Variations
Color information
#10115C (or 0x10115C) is known color: Midnight Blue. HEX triplet: 10, 11 and 5C. RGB value is (16,17,92). Sum of RGB (Red+Green+Blue) = 16+17+92=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 92 (36.33% from 255 or 73.6% from 125); Max value from RGB is 92 - color contains mainly: blue. Hex color #10115C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10115C is #EFEEA3. Grayscale: #181818. Windows color (decimal): -15724196 or 6033680. OLE color: 6033680.
HSL color Cylindrical-coordinate representation of color #10115C: hue angle of 239.21º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10115C is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 17 | 92 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.64 |
| HSL | 239.21º | 0.7% | 0.21% | - |
| HSV(B) | 239.21º | 0.83% | 0.36% | - |
| XYZ | 2.35 | 1.28 | 10.25 | - |
| YUV | 25.25 | 165.67 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 92 | 0.83 | 0.82 | 0 | 0.64 | 239.21 | 0.7 | 0.21 |
| Hex | 10 | 11 | 5C | 53 | 52 | 0 | 40 | EF | 46 | 15 |
| Octal | 20 | 21 | 134 | 123 | 122 | 0 | 100 | 357 | 106 | 25 |
| Binary | 10000 | 10001 | 1011100 | 1010011 | 1010010 | 0 | 1000000 | 11101111 | 1000110 | 10101 |
Color Harmonies of #10115C
Complementary color
Monochromatic Colors of #10115C
Black with #10115C
Text Example
Text Example
White with #10115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10115C; }
p { color: rgb(16,17,92); }
H1.HeaderClassName
{
color: #10115C;
}
.AnyTagClassName
{
color: #10115C;
}
</style>
background-color css
<style>
a { background-color: #10115C; }
a { background-color: rgb(16,17,92); }
div.DivClassName
{
background-color: #10115C;
}
.BgClassName
{
background-color: #10115C;
}
</style>
border-color css
<style>
span { border-color: #10115C; }
span { border-color: rgb(16,17,92); }
td.TdClassName
{
border-color: #10115C;
}
.TagClassName
{
border-color: #10115C;
}
</style>