Shades of Midnight Blue #081378
Tints of Midnight Blue #081378
RGB
CMYK
RGB Variations
Color information
#081378 (or 0x081378) is known color: Midnight Blue. HEX triplet: 08, 13 and 78. RGB value is (8,19,120). Sum of RGB (Red+Green+Blue) = 8+19+120=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 120 (47.27% from 255 or 81.63% from 147); Max value from RGB is 120 - color contains mainly: blue. Hex color #081378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081378 is #F7EC87. Grayscale: #1A1A1A. Windows color (decimal): -16247944 or 7869192. OLE color: 7869192.
HSL color Cylindrical-coordinate representation of color #081378: hue angle of 234.11º 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 #081378 is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 19 | 120 | - |
| CMYK | 0.93 | 0.84 | 0 | 0.53 |
| HSL | 234.11º | 0.88% | 0.25% | - |
| HSV(B) | 234.11º | 0.93% | 0.47% | - |
| XYZ | 3.72 | 1.87 | 17.93 | - |
| YUV | 27.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 120 | 0.93 | 0.84 | 0 | 0.53 | 234.11 | 0.88 | 0.25 |
| Hex | 8 | 13 | 78 | 5D | 54 | 0 | 35 | EA | 58 | 19 |
| Octal | 10 | 23 | 170 | 135 | 124 | 0 | 65 | 352 | 130 | 31 |
| Binary | 1000 | 10011 | 1111000 | 1011101 | 1010100 | 0 | 110101 | 11101010 | 1011000 | 11001 |
Color Harmonies of #081378
Complementary color
Monochromatic Colors of #081378
Black with #081378
Text Example
Text Example
White with #081378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081378; }
p { color: rgb(8,19,120); }
H1.HeaderClassName
{
color: #081378;
}
.AnyTagClassName
{
color: #081378;
}
</style>
background-color css
<style>
a { background-color: #081378; }
a { background-color: rgb(8,19,120); }
div.DivClassName
{
background-color: #081378;
}
.BgClassName
{
background-color: #081378;
}
</style>
border-color css
<style>
span { border-color: #081378; }
span { border-color: rgb(8,19,120); }
td.TdClassName
{
border-color: #081378;
}
.TagClassName
{
border-color: #081378;
}
</style>