Shades of Midnight Blue #10165E
Tints of Midnight Blue #10165E
RGB
CMYK
RGB Variations
Color information
#10165E (or 0x10165E) is known color: Midnight Blue. HEX triplet: 10, 16 and 5E. RGB value is (16,22,94). Sum of RGB (Red+Green+Blue) = 16+22+94=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 94 (37.11% from 255 or 71.21% from 132); Max value from RGB is 94 - color contains mainly: blue. Hex color #10165E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10165E is #EFE9A1. Grayscale: #1C1C1C. Windows color (decimal): -15722914 or 6166032. OLE color: 6166032.
HSL color Cylindrical-coordinate representation of color #10165E: hue angle of 235.38º 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 #10165E is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 22 | 94 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.63 |
| HSL | 235.38º | 0.71% | 0.22% | - |
| HSV(B) | 235.38º | 0.83% | 0.37% | - |
| XYZ | 2.52 | 1.49 | 10.74 | - |
| YUV | 28.41 | 165.01 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 94 | 0.83 | 0.77 | 0 | 0.63 | 235.38 | 0.71 | 0.22 |
| Hex | 10 | 16 | 5E | 53 | 4D | 0 | 3F | EB | 47 | 16 |
| Octal | 20 | 26 | 136 | 123 | 115 | 0 | 77 | 353 | 107 | 26 |
| Binary | 10000 | 10110 | 1011110 | 1010011 | 1001101 | 0 | 111111 | 11101011 | 1000111 | 10110 |
Color Harmonies of #10165E
Complementary color
Monochromatic Colors of #10165E
Black with #10165E
Text Example
Text Example
White with #10165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10165E; }
p { color: rgb(16,22,94); }
H1.HeaderClassName
{
color: #10165E;
}
.AnyTagClassName
{
color: #10165E;
}
</style>
background-color css
<style>
a { background-color: #10165E; }
a { background-color: rgb(16,22,94); }
div.DivClassName
{
background-color: #10165E;
}
.BgClassName
{
background-color: #10165E;
}
</style>
border-color css
<style>
span { border-color: #10165E; }
span { border-color: rgb(16,22,94); }
td.TdClassName
{
border-color: #10165E;
}
.TagClassName
{
border-color: #10165E;
}
</style>