Shades of Midnight Blue #181266
Tints of Midnight Blue #181266
RGB
CMYK
RGB Variations
Color information
#181266 (or 0x181266) is known color: Midnight Blue. HEX triplet: 18, 12 and 66. RGB value is (24,18,102). Sum of RGB (Red+Green+Blue) = 24+18+102=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #181266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181266 is #E7ED99. Grayscale: #1D1D1D. Windows color (decimal): -15199642 or 6689304. OLE color: 6689304.
HSL color Cylindrical-coordinate representation of color #181266: hue angle of 244.29º 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 #181266 is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 24 | 18 | 102 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.6 |
| HSL | 244.29º | 0.7% | 0.24% | - |
| HSV(B) | 244.29º | 0.82% | 0.4% | - |
| XYZ | 2.99 | 1.59 | 12.72 | - |
| YUV | 29.37 | 168.99 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 102 | 0.76 | 0.82 | 0 | 0.6 | 244.29 | 0.7 | 0.24 |
| Hex | 18 | 12 | 66 | 4C | 52 | 0 | 3C | F4 | 46 | 18 |
| Octal | 30 | 22 | 146 | 114 | 122 | 0 | 74 | 364 | 106 | 30 |
| Binary | 11000 | 10010 | 1100110 | 1001100 | 1010010 | 0 | 111100 | 11110100 | 1000110 | 11000 |
Color Harmonies of #181266
Complementary color
Monochromatic Colors of #181266
Black with #181266
Text Example
Text Example
White with #181266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181266; }
p { color: rgb(24,18,102); }
H1.HeaderClassName
{
color: #181266;
}
.AnyTagClassName
{
color: #181266;
}
</style>
background-color css
<style>
a { background-color: #181266; }
a { background-color: rgb(24,18,102); }
div.DivClassName
{
background-color: #181266;
}
.BgClassName
{
background-color: #181266;
}
</style>
border-color css
<style>
span { border-color: #181266; }
span { border-color: rgb(24,18,102); }
td.TdClassName
{
border-color: #181266;
}
.TagClassName
{
border-color: #181266;
}
</style>