Shades of Midnight Blue #10015C
Tints of Midnight Blue #10015C
RGB
CMYK
RGB Variations
Color information
#10015C (or 0x10015C) is known color: Midnight Blue. HEX triplet: 10, 01 and 5C. RGB value is (16,1,92). Sum of RGB (Red+Green+Blue) = 16+1+92=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 92 (36.33% from 255 or 84.40% from 109); Max value from RGB is 92 - color contains mainly: blue. Hex color #10015C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10015C is #EFFEA3. Grayscale: #0F0F0F. Windows color (decimal): -15728292 or 6029584. OLE color: 6029584.
HSL color Cylindrical-coordinate representation of color #10015C: hue angle of 249.89º 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 #10015C is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 1 | 92 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.64 |
| HSL | 249.89º | 0.98% | 0.18% | - |
| HSV(B) | 249.89º | 0.99% | 0.36% | - |
| XYZ | 2.16 | 0.9 | 10.19 | - |
| YUV | 15.86 | 170.97 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 92 | 0.83 | 0.99 | 0 | 0.64 | 249.89 | 0.98 | 0.18 |
| Hex | 10 | 1 | 5C | 53 | 63 | 0 | 40 | FA | 62 | 12 |
| Octal | 20 | 1 | 134 | 123 | 143 | 0 | 100 | 372 | 142 | 22 |
| Binary | 10000 | 1 | 1011100 | 1010011 | 1100011 | 0 | 1000000 | 11111010 | 1100010 | 10010 |
Color Harmonies of #10015C
Complementary color
Monochromatic Colors of #10015C
Black with #10015C
Text Example
Text Example
White with #10015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10015C; }
p { color: rgb(16,1,92); }
H1.HeaderClassName
{
color: #10015C;
}
.AnyTagClassName
{
color: #10015C;
}
</style>
background-color css
<style>
a { background-color: #10015C; }
a { background-color: rgb(16,1,92); }
div.DivClassName
{
background-color: #10015C;
}
.BgClassName
{
background-color: #10015C;
}
</style>
border-color css
<style>
span { border-color: #10015C; }
span { border-color: rgb(16,1,92); }
td.TdClassName
{
border-color: #10015C;
}
.TagClassName
{
border-color: #10015C;
}
</style>