Shades of Midnight Blue #081276
Tints of Midnight Blue #081276
RGB
CMYK
RGB Variations
Color information
#081276 (or 0x081276) is known color: Midnight Blue. HEX triplet: 08, 12 and 76. RGB value is (8,18,118). Sum of RGB (Red+Green+Blue) = 8+18+118=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 118 (46.48% from 255 or 81.94% from 144); Max value from RGB is 118 - color contains mainly: blue. Hex color #081276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081276 is #F7ED89. Grayscale: #1A1A1A. Windows color (decimal): -16248202 or 7737864. OLE color: 7737864.
HSL color Cylindrical-coordinate representation of color #081276: hue angle of 234.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081276 is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 18 | 118 | - |
| CMYK | 0.93 | 0.85 | 0 | 0.54 |
| HSL | 234.55º | 0.87% | 0.25% | - |
| HSV(B) | 234.55º | 0.93% | 0.46% | - |
| XYZ | 3.59 | 1.79 | 17.3 | - |
| YUV | 26.41 | 179.69 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 118 | 0.93 | 0.85 | 0 | 0.54 | 234.55 | 0.87 | 0.25 |
| Hex | 8 | 12 | 76 | 5D | 55 | 0 | 36 | EB | 57 | 19 |
| Octal | 10 | 22 | 166 | 135 | 125 | 0 | 66 | 353 | 127 | 31 |
| Binary | 1000 | 10010 | 1110110 | 1011101 | 1010101 | 0 | 110110 | 11101011 | 1010111 | 11001 |
Color Harmonies of #081276
Complementary color
Monochromatic Colors of #081276
Black with #081276
Text Example
Text Example
White with #081276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081276; }
p { color: rgb(8,18,118); }
H1.HeaderClassName
{
color: #081276;
}
.AnyTagClassName
{
color: #081276;
}
</style>
background-color css
<style>
a { background-color: #081276; }
a { background-color: rgb(8,18,118); }
div.DivClassName
{
background-color: #081276;
}
.BgClassName
{
background-color: #081276;
}
</style>
border-color css
<style>
span { border-color: #081276; }
span { border-color: rgb(8,18,118); }
td.TdClassName
{
border-color: #081276;
}
.TagClassName
{
border-color: #081276;
}
</style>