Shades of Midnight Blue #15105A
Tints of Midnight Blue #15105A
RGB
CMYK
RGB Variations
Color information
#15105A (or 0x15105A) is known color: Midnight Blue. HEX triplet: 15, 10 and 5A. RGB value is (21,16,90). Sum of RGB (Red+Green+Blue) = 21+16+90=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 90 (35.55% from 255 or 70.87% from 127); Max value from RGB is 90 - color contains mainly: blue. Hex color #15105A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15105A is #EAEFA5. Grayscale: #191919. Windows color (decimal): -15396774 or 5902357. OLE color: 5902357.
HSL color Cylindrical-coordinate representation of color #15105A: hue angle of 244.05º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15105A is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 16 | 90 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.65 |
| HSL | 244.05º | 0.7% | 0.21% | - |
| HSV(B) | 244.05º | 0.82% | 0.35% | - |
| XYZ | 2.34 | 1.27 | 9.79 | - |
| YUV | 25.93 | 164.16 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 90 | 0.77 | 0.82 | 0 | 0.65 | 244.05 | 0.7 | 0.21 |
| Hex | 15 | 10 | 5A | 4D | 52 | 0 | 41 | F4 | 46 | 15 |
| Octal | 25 | 20 | 132 | 115 | 122 | 0 | 101 | 364 | 106 | 25 |
| Binary | 10101 | 10000 | 1011010 | 1001101 | 1010010 | 0 | 1000001 | 11110100 | 1000110 | 10101 |
Color Harmonies of #15105A
Complementary color
Monochromatic Colors of #15105A
Black with #15105A
Text Example
Text Example
White with #15105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15105A; }
p { color: rgb(21,16,90); }
H1.HeaderClassName
{
color: #15105A;
}
.AnyTagClassName
{
color: #15105A;
}
</style>
background-color css
<style>
a { background-color: #15105A; }
a { background-color: rgb(21,16,90); }
div.DivClassName
{
background-color: #15105A;
}
.BgClassName
{
background-color: #15105A;
}
</style>
border-color css
<style>
span { border-color: #15105A; }
span { border-color: rgb(21,16,90); }
td.TdClassName
{
border-color: #15105A;
}
.TagClassName
{
border-color: #15105A;
}
</style>