Shades of Midnight Blue #081266
Tints of Midnight Blue #081266
RGB
CMYK
RGB Variations
Color information
#081266 (or 0x081266) is known color: Midnight Blue. HEX triplet: 08, 12 and 66. RGB value is (8,18,102). Sum of RGB (Red+Green+Blue) = 8+18+102=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 18 (7.42% from 255 or 14.06% from 128); Blue value is 102 (40.23% from 255 or 79.69% from 128); Max value from RGB is 102 - color contains mainly: blue. Hex color #081266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081266 is #F7ED99. Grayscale: #181818. Windows color (decimal): -16248218 or 6689288. OLE color: 6689288.
HSL color Cylindrical-coordinate representation of color #081266: hue angle of 233.62º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081266 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 18 | 102 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.6 |
| HSL | 233.62º | 0.85% | 0.22% | - |
| HSV(B) | 233.62º | 0.92% | 0.4% | - |
| XYZ | 2.71 | 1.44 | 12.71 | - |
| YUV | 24.59 | 171.69 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 102 | 0.92 | 0.82 | 0 | 0.6 | 233.62 | 0.85 | 0.22 |
| Hex | 8 | 12 | 66 | 5C | 52 | 0 | 3C | EA | 55 | 16 |
| Octal | 10 | 22 | 146 | 134 | 122 | 0 | 74 | 352 | 125 | 26 |
| Binary | 1000 | 10010 | 1100110 | 1011100 | 1010010 | 0 | 111100 | 11101010 | 1010101 | 10110 |
Color Harmonies of #081266
Complementary color
Monochromatic Colors of #081266
Black with #081266
Text Example
Text Example
White with #081266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081266; }
p { color: rgb(8,18,102); }
H1.HeaderClassName
{
color: #081266;
}
.AnyTagClassName
{
color: #081266;
}
</style>
background-color css
<style>
a { background-color: #081266; }
a { background-color: rgb(8,18,102); }
div.DivClassName
{
background-color: #081266;
}
.BgClassName
{
background-color: #081266;
}
</style>
border-color css
<style>
span { border-color: #081266; }
span { border-color: rgb(8,18,102); }
td.TdClassName
{
border-color: #081266;
}
.TagClassName
{
border-color: #081266;
}
</style>