Shades of Midnight Blue #150565
Tints of Midnight Blue #150565
RGB
CMYK
RGB Variations
Color information
#150565 (or 0x150565) is known color: Midnight Blue. HEX triplet: 15, 05 and 65. RGB value is (21,5,101). Sum of RGB (Red+Green+Blue) = 21+5+101=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 101 (39.84% from 255 or 79.53% from 127); Max value from RGB is 101 - color contains mainly: blue. Hex color #150565 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150565 is #EAFA9A. Grayscale: #141414. Windows color (decimal): -15399579 or 6620437. OLE color: 6620437.
HSL color Cylindrical-coordinate representation of color #150565: hue angle of 250º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150565 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 21 | 5 | 101 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.60 |
| HSL | 250º | 0.91% | 0.21% | - |
| HSV(B) | 250º | 0.95% | 0.4% | - |
| XYZ | 2.71 | 1.21 | 12.4 | - |
| YUV | 20.73 | 173.3 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 101 | 0.79 | 0.95 | 0 | 0.60 | 250 | 0.91 | 0.21 |
| Hex | 15 | 5 | 65 | 4F | 5F | 0 | 3C | FA | 5B | 15 |
| Octal | 25 | 5 | 145 | 117 | 137 | 0 | 74 | 372 | 133 | 25 |
| Binary | 10101 | 101 | 1100101 | 1001111 | 1011111 | 0 | 111100 | 11111010 | 1011011 | 10101 |
Color Harmonies of #150565
Complementary color
Monochromatic Colors of #150565
Black with #150565
Text Example
Text Example
White with #150565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150565; }
p { color: rgb(21,5,101); }
H1.HeaderClassName
{
color: #150565;
}
.AnyTagClassName
{
color: #150565;
}
</style>
background-color css
<style>
a { background-color: #150565; }
a { background-color: rgb(21,5,101); }
div.DivClassName
{
background-color: #150565;
}
.BgClassName
{
background-color: #150565;
}
</style>
border-color css
<style>
span { border-color: #150565; }
span { border-color: rgb(21,5,101); }
td.TdClassName
{
border-color: #150565;
}
.TagClassName
{
border-color: #150565;
}
</style>