Shades of Midnight Blue #10015E
Tints of Midnight Blue #10015E
RGB
CMYK
RGB Variations
Color information
#10015E (or 0x10015E) is known color: Midnight Blue. HEX triplet: 10, 01 and 5E. RGB value is (16,1,94). Sum of RGB (Red+Green+Blue) = 16+1+94=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 94 (37.11% from 255 or 84.68% from 111); Max value from RGB is 94 - color contains mainly: blue. Hex color #10015E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10015E is #EFFEA1. Grayscale: #0F0F0F. Windows color (decimal): -15728290 or 6160656. OLE color: 6160656.
HSL color Cylindrical-coordinate representation of color #10015E: hue angle of 249.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10015E is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 1 | 94 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.63 |
| HSL | 249.68º | 0.98% | 0.19% | - |
| HSV(B) | 249.68º | 0.99% | 0.37% | - |
| XYZ | 2.24 | 0.94 | 10.65 | - |
| YUV | 16.09 | 171.97 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 94 | 0.83 | 0.99 | 0 | 0.63 | 249.68 | 0.98 | 0.19 |
| Hex | 10 | 1 | 5E | 53 | 63 | 0 | 3F | FA | 62 | 13 |
| Octal | 20 | 1 | 136 | 123 | 143 | 0 | 77 | 372 | 142 | 23 |
| Binary | 10000 | 1 | 1011110 | 1010011 | 1100011 | 0 | 111111 | 11111010 | 1100010 | 10011 |
Color Harmonies of #10015E
Complementary color
Monochromatic Colors of #10015E
Black with #10015E
Text Example
Text Example
White with #10015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10015E; }
p { color: rgb(16,1,94); }
H1.HeaderClassName
{
color: #10015E;
}
.AnyTagClassName
{
color: #10015E;
}
</style>
background-color css
<style>
a { background-color: #10015E; }
a { background-color: rgb(16,1,94); }
div.DivClassName
{
background-color: #10015E;
}
.BgClassName
{
background-color: #10015E;
}
</style>
border-color css
<style>
span { border-color: #10015E; }
span { border-color: rgb(16,1,94); }
td.TdClassName
{
border-color: #10015E;
}
.TagClassName
{
border-color: #10015E;
}
</style>