Shades of Midnight Blue #081367
Tints of Midnight Blue #081367
RGB
CMYK
RGB Variations
Color information
#081367 (or 0x081367) is known color: Midnight Blue. HEX triplet: 08, 13 and 67. RGB value is (8,19,103). Sum of RGB (Red+Green+Blue) = 8+19+103=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 103 (40.62% from 255 or 79.23% from 130); Max value from RGB is 103 - color contains mainly: blue. Hex color #081367 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081367 is #F7EC98. Grayscale: #181818. Windows color (decimal): -16247961 or 6755080. OLE color: 6755080.
HSL color Cylindrical-coordinate representation of color #081367: hue angle of 233.05º degrees, saturation: 0.86, 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 #081367 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 19 | 103 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.60 |
| HSL | 233.05º | 0.86% | 0.22% | - |
| HSV(B) | 233.05º | 0.92% | 0.4% | - |
| XYZ | 2.78 | 1.5 | 12.97 | - |
| YUV | 25.29 | 171.86 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 103 | 0.92 | 0.82 | 0 | 0.60 | 233.05 | 0.86 | 0.22 |
| Hex | 8 | 13 | 67 | 5C | 52 | 0 | 3C | E9 | 56 | 16 |
| Octal | 10 | 23 | 147 | 134 | 122 | 0 | 74 | 351 | 126 | 26 |
| Binary | 1000 | 10011 | 1100111 | 1011100 | 1010010 | 0 | 111100 | 11101001 | 1010110 | 10110 |
Color Harmonies of #081367
Complementary color
Monochromatic Colors of #081367
Black with #081367
Text Example
Text Example
White with #081367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081367; }
p { color: rgb(8,19,103); }
H1.HeaderClassName
{
color: #081367;
}
.AnyTagClassName
{
color: #081367;
}
</style>
background-color css
<style>
a { background-color: #081367; }
a { background-color: rgb(8,19,103); }
div.DivClassName
{
background-color: #081367;
}
.BgClassName
{
background-color: #081367;
}
</style>
border-color css
<style>
span { border-color: #081367; }
span { border-color: rgb(8,19,103); }
td.TdClassName
{
border-color: #081367;
}
.TagClassName
{
border-color: #081367;
}
</style>