Shades of Midnight Blue #10015A
Tints of Midnight Blue #10015A
RGB
CMYK
RGB Variations
Color information
#10015A (or 0x10015A) is known color: Midnight Blue. HEX triplet: 10, 01 and 5A. RGB value is (16,1,90). Sum of RGB (Red+Green+Blue) = 16+1+90=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 90 (35.55% from 255 or 84.11% from 107); Max value from RGB is 90 - color contains mainly: blue. Hex color #10015A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10015A is #EFFEA5. Grayscale: #0F0F0F. Windows color (decimal): -15728294 or 5898512. OLE color: 5898512.
HSL color Cylindrical-coordinate representation of color #10015A: hue angle of 250.11º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #10015A is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 1 | 90 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.65 |
| HSL | 250.11º | 0.98% | 0.18% | - |
| HSV(B) | 250.11º | 0.99% | 0.35% | - |
| XYZ | 2.07 | 0.87 | 9.73 | - |
| YUV | 15.63 | 169.97 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 90 | 0.82 | 0.99 | 0 | 0.65 | 250.11 | 0.98 | 0.18 |
| Hex | 10 | 1 | 5A | 52 | 63 | 0 | 41 | FA | 62 | 12 |
| Octal | 20 | 1 | 132 | 122 | 143 | 0 | 101 | 372 | 142 | 22 |
| Binary | 10000 | 1 | 1011010 | 1010010 | 1100011 | 0 | 1000001 | 11111010 | 1100010 | 10010 |
Color Harmonies of #10015A
Complementary color
Monochromatic Colors of #10015A
Black with #10015A
Text Example
Text Example
White with #10015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10015A; }
p { color: rgb(16,1,90); }
H1.HeaderClassName
{
color: #10015A;
}
.AnyTagClassName
{
color: #10015A;
}
</style>
background-color css
<style>
a { background-color: #10015A; }
a { background-color: rgb(16,1,90); }
div.DivClassName
{
background-color: #10015A;
}
.BgClassName
{
background-color: #10015A;
}
</style>
border-color css
<style>
span { border-color: #10015A; }
span { border-color: rgb(16,1,90); }
td.TdClassName
{
border-color: #10015A;
}
.TagClassName
{
border-color: #10015A;
}
</style>