Shades of Midnight Blue #081879
Tints of Midnight Blue #081879
RGB
CMYK
RGB Variations
Color information
#081879 (or 0x081879) is known color: Midnight Blue. HEX triplet: 08, 18 and 79. RGB value is (8,24,121). Sum of RGB (Red+Green+Blue) = 8+24+121=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 121 (47.66% from 255 or 79.08% from 153); Max value from RGB is 121 - color contains mainly: blue. Hex color #081879 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081879 is #F7E786. Grayscale: #1D1D1D. Windows color (decimal): -16246663 or 7936008. OLE color: 7936008.
HSL color Cylindrical-coordinate representation of color #081879: hue angle of 231.5º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081879 is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 24 | 121 | - |
| CMYK | 0.93 | 0.80 | 0 | 0.53 |
| HSL | 231.5º | 0.88% | 0.25% | - |
| HSV(B) | 231.5º | 0.93% | 0.47% | - |
| XYZ | 3.88 | 2.09 | 18.29 | - |
| YUV | 30.27 | 179.2 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 121 | 0.93 | 0.80 | 0 | 0.53 | 231.5 | 0.88 | 0.25 |
| Hex | 8 | 18 | 79 | 5D | 50 | 0 | 35 | E8 | 58 | 19 |
| Octal | 10 | 30 | 171 | 135 | 120 | 0 | 65 | 350 | 130 | 31 |
| Binary | 1000 | 11000 | 1111001 | 1011101 | 1010000 | 0 | 110101 | 11101000 | 1011000 | 11001 |
Color Harmonies of #081879
Complementary color
Monochromatic Colors of #081879
Black with #081879
Text Example
Text Example
White with #081879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081879; }
p { color: rgb(8,24,121); }
H1.HeaderClassName
{
color: #081879;
}
.AnyTagClassName
{
color: #081879;
}
</style>
background-color css
<style>
a { background-color: #081879; }
a { background-color: rgb(8,24,121); }
div.DivClassName
{
background-color: #081879;
}
.BgClassName
{
background-color: #081879;
}
</style>
border-color css
<style>
span { border-color: #081879; }
span { border-color: rgb(8,24,121); }
td.TdClassName
{
border-color: #081879;
}
.TagClassName
{
border-color: #081879;
}
</style>