Shades of Midnight Blue #15005A
Tints of Midnight Blue #15005A
RGB
CMYK
RGB Variations
Color information
#15005A (or 0x15005A) is known color: Midnight Blue. HEX triplet: 15, 00 and 5A. RGB value is (21,0,90). Sum of RGB (Red+Green+Blue) = 21+0+90=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 90 (35.55% from 255 or 81.08% from 111); Max value from RGB is 90 - color contains mainly: blue. Hex color #15005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15005A is #EAFFA5. Grayscale: #101010. Windows color (decimal): -15400870 or 5898261. OLE color: 5898261.
HSL color Cylindrical-coordinate representation of color #15005A: hue angle of 254º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15005A is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 0 | 90 | - |
| CMYK | 0.77 | 1 | 0 | 0.65 |
| HSL | 254º | 1% | 0.18% | - |
| HSV(B) | 254º | 1% | 0.35% | - |
| XYZ | 2.15 | 0.9 | 9.73 | - |
| YUV | 16.54 | 169.46 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 0 | 90 | 0.77 | 1 | 0 | 0.65 | 254 | 1 | 0.18 |
| Hex | 15 | 0 | 5A | 4D | 64 | 0 | 41 | FE | 64 | 12 |
| Octal | 25 | 0 | 132 | 115 | 144 | 0 | 101 | 376 | 144 | 22 |
| Binary | 10101 | 0 | 1011010 | 1001101 | 1100100 | 0 | 1000001 | 11111110 | 1100100 | 10010 |
Color Harmonies of #15005A
Complementary color
Monochromatic Colors of #15005A
Black with #15005A
Text Example
Text Example
White with #15005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15005A; }
p { color: rgb(21,0,90); }
H1.HeaderClassName
{
color: #15005A;
}
.AnyTagClassName
{
color: #15005A;
}
</style>
background-color css
<style>
a { background-color: #15005A; }
a { background-color: rgb(21,0,90); }
div.DivClassName
{
background-color: #15005A;
}
.BgClassName
{
background-color: #15005A;
}
</style>
border-color css
<style>
span { border-color: #15005A; }
span { border-color: rgb(21,0,90); }
td.TdClassName
{
border-color: #15005A;
}
.TagClassName
{
border-color: #15005A;
}
</style>