Shades of Midnight Blue #10015F
Tints of Midnight Blue #10015F
RGB
CMYK
RGB Variations
Color information
#10015F (or 0x10015F) is known color: Midnight Blue. HEX triplet: 10, 01 and 5F. RGB value is (16,1,95). Sum of RGB (Red+Green+Blue) = 16+1+95=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 95 (37.5% from 255 or 84.82% from 112); Max value from RGB is 95 - color contains mainly: blue. Hex color #10015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10015F is #EFFEA0. Grayscale: #0F0F0F. Windows color (decimal): -15728289 or 6226192. OLE color: 6226192.
HSL color Cylindrical-coordinate representation of color #10015F: hue angle of 249.57º 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 #10015F is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 1 | 95 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.63 |
| HSL | 249.57º | 0.98% | 0.19% | - |
| HSV(B) | 249.57º | 0.99% | 0.37% | - |
| XYZ | 2.29 | 0.96 | 10.89 | - |
| YUV | 16.2 | 172.47 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 95 | 0.83 | 0.99 | 0 | 0.63 | 249.57 | 0.98 | 0.19 |
| Hex | 10 | 1 | 5F | 53 | 63 | 0 | 3F | FA | 62 | 13 |
| Octal | 20 | 1 | 137 | 123 | 143 | 0 | 77 | 372 | 142 | 23 |
| Binary | 10000 | 1 | 1011111 | 1010011 | 1100011 | 0 | 111111 | 11111010 | 1100010 | 10011 |
Color Harmonies of #10015F
Complementary color
Monochromatic Colors of #10015F
Black with #10015F
Text Example
Text Example
White with #10015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10015F; }
p { color: rgb(16,1,95); }
H1.HeaderClassName
{
color: #10015F;
}
.AnyTagClassName
{
color: #10015F;
}
</style>
background-color css
<style>
a { background-color: #10015F; }
a { background-color: rgb(16,1,95); }
div.DivClassName
{
background-color: #10015F;
}
.BgClassName
{
background-color: #10015F;
}
</style>
border-color css
<style>
span { border-color: #10015F; }
span { border-color: rgb(16,1,95); }
td.TdClassName
{
border-color: #10015F;
}
.TagClassName
{
border-color: #10015F;
}
</style>