Shades of Midnight Blue #15055B
Tints of Midnight Blue #15055B
RGB
CMYK
RGB Variations
Color information
#15055B (or 0x15055B) is known color: Midnight Blue. HEX triplet: 15, 05 and 5B. RGB value is (21,5,91). Sum of RGB (Red+Green+Blue) = 21+5+91=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 91 (35.94% from 255 or 77.78% from 117); Max value from RGB is 91 - color contains mainly: blue. Hex color #15055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15055B is #EAFAA4. Grayscale: #131313. Windows color (decimal): -15399589 or 5965077. OLE color: 5965077.
HSL color Cylindrical-coordinate representation of color #15055B: hue angle of 251.16º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #15055B is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 5 | 91 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.64 |
| HSL | 251.16º | 0.9% | 0.19% | - |
| HSV(B) | 251.16º | 0.95% | 0.36% | - |
| XYZ | 2.25 | 1.02 | 9.98 | - |
| YUV | 19.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 91 | 0.77 | 0.95 | 0 | 0.64 | 251.16 | 0.9 | 0.19 |
| Hex | 15 | 5 | 5B | 4D | 5F | 0 | 40 | FB | 5A | 13 |
| Octal | 25 | 5 | 133 | 115 | 137 | 0 | 100 | 373 | 132 | 23 |
| Binary | 10101 | 101 | 1011011 | 1001101 | 1011111 | 0 | 1000000 | 11111011 | 1011010 | 10011 |
Color Harmonies of #15055B
Complementary color
Monochromatic Colors of #15055B
Black with #15055B
Text Example
Text Example
White with #15055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15055B; }
p { color: rgb(21,5,91); }
H1.HeaderClassName
{
color: #15055B;
}
.AnyTagClassName
{
color: #15055B;
}
</style>
background-color css
<style>
a { background-color: #15055B; }
a { background-color: rgb(21,5,91); }
div.DivClassName
{
background-color: #15055B;
}
.BgClassName
{
background-color: #15055B;
}
</style>
border-color css
<style>
span { border-color: #15055B; }
span { border-color: rgb(21,5,91); }
td.TdClassName
{
border-color: #15055B;
}
.TagClassName
{
border-color: #15055B;
}
</style>