Shades of Midnight Blue #150D66
Tints of Midnight Blue #150D66
RGB
CMYK
RGB Variations
Color information
#150D66 (or 0x150D66) is known color: Midnight Blue. HEX triplet: 15, 0D and 66. RGB value is (21,13,102). Sum of RGB (Red+Green+Blue) = 21+13+102=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 102 (40.23% from 255 or 75% from 136); Max value from RGB is 102 - color contains mainly: blue. Hex color #150D66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150D66 is #EAF299. Grayscale: #191919. Windows color (decimal): -15397530 or 6688021. OLE color: 6688021.
HSL color Cylindrical-coordinate representation of color #150D66: hue angle of 245.39º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #150D66 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 13 | 102 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.6 |
| HSL | 245.39º | 0.77% | 0.23% | - |
| HSV(B) | 245.39º | 0.87% | 0.4% | - |
| XYZ | 2.85 | 1.41 | 12.69 | - |
| YUV | 25.54 | 171.15 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 102 | 0.79 | 0.87 | 0 | 0.6 | 245.39 | 0.77 | 0.23 |
| Hex | 15 | D | 66 | 4F | 57 | 0 | 3C | F5 | 4D | 17 |
| Octal | 25 | 15 | 146 | 117 | 127 | 0 | 74 | 365 | 115 | 27 |
| Binary | 10101 | 1101 | 1100110 | 1001111 | 1010111 | 0 | 111100 | 11110101 | 1001101 | 10111 |
Color Harmonies of #150D66
Complementary color
Monochromatic Colors of #150D66
Black with #150D66
Text Example
Text Example
White with #150D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D66; }
p { color: rgb(21,13,102); }
H1.HeaderClassName
{
color: #150D66;
}
.AnyTagClassName
{
color: #150D66;
}
</style>
background-color css
<style>
a { background-color: #150D66; }
a { background-color: rgb(21,13,102); }
div.DivClassName
{
background-color: #150D66;
}
.BgClassName
{
background-color: #150D66;
}
</style>
border-color css
<style>
span { border-color: #150D66; }
span { border-color: rgb(21,13,102); }
td.TdClassName
{
border-color: #150D66;
}
.TagClassName
{
border-color: #150D66;
}
</style>