Shades of Midnight Blue #10015D
Tints of Midnight Blue #10015D
RGB
CMYK
RGB Variations
Color information
#10015D (or 0x10015D) is known color: Midnight Blue. HEX triplet: 10, 01 and 5D. RGB value is (16,1,93). Sum of RGB (Red+Green+Blue) = 16+1+93=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 93 (36.72% from 255 or 84.55% from 110); Max value from RGB is 93 - color contains mainly: blue. Hex color #10015D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10015D is #EFFEA2. Grayscale: #0F0F0F. Windows color (decimal): -15728291 or 6095120. OLE color: 6095120.
HSL color Cylindrical-coordinate representation of color #10015D: hue angle of 249.78º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10015D is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 1 | 93 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.64 |
| HSL | 249.78º | 0.98% | 0.18% | - |
| HSV(B) | 249.78º | 0.99% | 0.36% | - |
| XYZ | 2.2 | 0.92 | 10.42 | - |
| YUV | 15.97 | 171.47 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 93 | 0.83 | 0.99 | 0 | 0.64 | 249.78 | 0.98 | 0.18 |
| Hex | 10 | 1 | 5D | 53 | 63 | 0 | 40 | FA | 62 | 12 |
| Octal | 20 | 1 | 135 | 123 | 143 | 0 | 100 | 372 | 142 | 22 |
| Binary | 10000 | 1 | 1011101 | 1010011 | 1100011 | 0 | 1000000 | 11111010 | 1100010 | 10010 |
Color Harmonies of #10015D
Complementary color
Monochromatic Colors of #10015D
Black with #10015D
Text Example
Text Example
White with #10015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10015D; }
p { color: rgb(16,1,93); }
H1.HeaderClassName
{
color: #10015D;
}
.AnyTagClassName
{
color: #10015D;
}
</style>
background-color css
<style>
a { background-color: #10015D; }
a { background-color: rgb(16,1,93); }
div.DivClassName
{
background-color: #10015D;
}
.BgClassName
{
background-color: #10015D;
}
</style>
border-color css
<style>
span { border-color: #10015D; }
span { border-color: rgb(16,1,93); }
td.TdClassName
{
border-color: #10015D;
}
.TagClassName
{
border-color: #10015D;
}
</style>