Shades of Midnight Blue #151266
Tints of Midnight Blue #151266
RGB
CMYK
RGB Variations
Color information
#151266 (or 0x151266) is known color: Midnight Blue. HEX triplet: 15, 12 and 66. RGB value is (21,18,102). Sum of RGB (Red+Green+Blue) = 21+18+102=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #151266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151266 is #EAED99. Grayscale: #1C1C1C. Windows color (decimal): -15396250 or 6689301. OLE color: 6689301.
HSL color Cylindrical-coordinate representation of color #151266: hue angle of 242.14º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #151266 is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 21 | 18 | 102 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.6 |
| HSL | 242.14º | 0.7% | 0.24% | - |
| HSV(B) | 242.14º | 0.82% | 0.4% | - |
| XYZ | 2.92 | 1.55 | 12.72 | - |
| YUV | 28.47 | 169.49 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 18 | 102 | 0.79 | 0.82 | 0 | 0.6 | 242.14 | 0.7 | 0.24 |
| Hex | 15 | 12 | 66 | 4F | 52 | 0 | 3C | F2 | 46 | 18 |
| Octal | 25 | 22 | 146 | 117 | 122 | 0 | 74 | 362 | 106 | 30 |
| Binary | 10101 | 10010 | 1100110 | 1001111 | 1010010 | 0 | 111100 | 11110010 | 1000110 | 11000 |
Color Harmonies of #151266
Complementary color
Monochromatic Colors of #151266
Black with #151266
Text Example
Text Example
White with #151266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151266; }
p { color: rgb(21,18,102); }
H1.HeaderClassName
{
color: #151266;
}
.AnyTagClassName
{
color: #151266;
}
</style>
background-color css
<style>
a { background-color: #151266; }
a { background-color: rgb(21,18,102); }
div.DivClassName
{
background-color: #151266;
}
.BgClassName
{
background-color: #151266;
}
</style>
border-color css
<style>
span { border-color: #151266; }
span { border-color: rgb(21,18,102); }
td.TdClassName
{
border-color: #151266;
}
.TagClassName
{
border-color: #151266;
}
</style>