Shades of Midnight Blue #10105E
Tints of Midnight Blue #10105E
RGB
CMYK
RGB Variations
Color information
#10105E (or 0x10105E) is known color: Midnight Blue. HEX triplet: 10, 10 and 5E. RGB value is (16,16,94). Sum of RGB (Red+Green+Blue) = 16+16+94=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 94 (37.11% from 255 or 74.60% from 126); Max value from RGB is 94 - color contains mainly: blue. Hex color #10105E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10105E is #EFEFA1. Grayscale: #181818. Windows color (decimal): -15724450 or 6164496. OLE color: 6164496.
HSL color Cylindrical-coordinate representation of color #10105E: hue angle of 240º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10105E is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 16 | 94 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.63 |
| HSL | 240º | 0.71% | 0.22% | - |
| HSV(B) | 240º | 0.83% | 0.37% | - |
| XYZ | 2.42 | 1.29 | 10.71 | - |
| YUV | 24.89 | 167 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 94 | 0.83 | 0.83 | 0 | 0.63 | 240 | 0.71 | 0.22 |
| Hex | 10 | 10 | 5E | 53 | 53 | 0 | 3F | F0 | 47 | 16 |
| Octal | 20 | 20 | 136 | 123 | 123 | 0 | 77 | 360 | 107 | 26 |
| Binary | 10000 | 10000 | 1011110 | 1010011 | 1010011 | 0 | 111111 | 11110000 | 1000111 | 10110 |
Color Harmonies of #10105E
Complementary color
Monochromatic Colors of #10105E
Black with #10105E
Text Example
Text Example
White with #10105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10105E; }
p { color: rgb(16,16,94); }
H1.HeaderClassName
{
color: #10105E;
}
.AnyTagClassName
{
color: #10105E;
}
</style>
background-color css
<style>
a { background-color: #10105E; }
a { background-color: rgb(16,16,94); }
div.DivClassName
{
background-color: #10105E;
}
.BgClassName
{
background-color: #10105E;
}
</style>
border-color css
<style>
span { border-color: #10105E; }
span { border-color: rgb(16,16,94); }
td.TdClassName
{
border-color: #10105E;
}
.TagClassName
{
border-color: #10105E;
}
</style>