Shades of Midnight Blue #15135A
Tints of Midnight Blue #15135A
RGB
CMYK
RGB Variations
Color information
#15135A (or 0x15135A) is known color: Midnight Blue. HEX triplet: 15, 13 and 5A. RGB value is (21,19,90). Sum of RGB (Red+Green+Blue) = 21+19+90=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 90 (35.55% from 255 or 69.23% from 130); Max value from RGB is 90 - color contains mainly: blue. Hex color #15135A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15135A is #EAECA5. Grayscale: #1B1B1B. Windows color (decimal): -15396006 or 5903125. OLE color: 5903125.
HSL color Cylindrical-coordinate representation of color #15135A: hue angle of 241.69º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15135A is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 19 | 90 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.65 |
| HSL | 241.69º | 0.65% | 0.21% | - |
| HSV(B) | 241.69º | 0.79% | 0.35% | - |
| XYZ | 2.39 | 1.36 | 9.81 | - |
| YUV | 27.69 | 163.16 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 90 | 0.77 | 0.79 | 0 | 0.65 | 241.69 | 0.65 | 0.21 |
| Hex | 15 | 13 | 5A | 4D | 4F | 0 | 41 | F2 | 41 | 15 |
| Octal | 25 | 23 | 132 | 115 | 117 | 0 | 101 | 362 | 101 | 25 |
| Binary | 10101 | 10011 | 1011010 | 1001101 | 1001111 | 0 | 1000001 | 11110010 | 1000001 | 10101 |
Color Harmonies of #15135A
Complementary color
Monochromatic Colors of #15135A
Black with #15135A
Text Example
Text Example
White with #15135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15135A; }
p { color: rgb(21,19,90); }
H1.HeaderClassName
{
color: #15135A;
}
.AnyTagClassName
{
color: #15135A;
}
</style>
background-color css
<style>
a { background-color: #15135A; }
a { background-color: rgb(21,19,90); }
div.DivClassName
{
background-color: #15135A;
}
.BgClassName
{
background-color: #15135A;
}
</style>
border-color css
<style>
span { border-color: #15135A; }
span { border-color: rgb(21,19,90); }
td.TdClassName
{
border-color: #15135A;
}
.TagClassName
{
border-color: #15135A;
}
</style>