Shades of Midnight Blue #081365
Tints of Midnight Blue #081365
RGB
CMYK
RGB Variations
Color information
#081365 (or 0x081365) is known color: Midnight Blue. HEX triplet: 08, 13 and 65. RGB value is (8,19,101). Sum of RGB (Red+Green+Blue) = 8+19+101=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 101 (39.84% from 255 or 78.91% from 128); Max value from RGB is 101 - color contains mainly: blue. Hex color #081365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081365 is #F7EC9A. Grayscale: #181818. Windows color (decimal): -16247963 or 6624008. OLE color: 6624008.
HSL color Cylindrical-coordinate representation of color #081365: hue angle of 232.9º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081365 is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 19 | 101 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.60 |
| HSL | 232.9º | 0.85% | 0.21% | - |
| HSV(B) | 232.9º | 0.92% | 0.4% | - |
| XYZ | 2.68 | 1.46 | 12.45 | - |
| YUV | 25.06 | 170.86 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 101 | 0.92 | 0.81 | 0 | 0.60 | 232.9 | 0.85 | 0.21 |
| Hex | 8 | 13 | 65 | 5C | 51 | 0 | 3C | E9 | 55 | 15 |
| Octal | 10 | 23 | 145 | 134 | 121 | 0 | 74 | 351 | 125 | 25 |
| Binary | 1000 | 10011 | 1100101 | 1011100 | 1010001 | 0 | 111100 | 11101001 | 1010101 | 10101 |
Color Harmonies of #081365
Complementary color
Monochromatic Colors of #081365
Black with #081365
Text Example
Text Example
White with #081365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081365; }
p { color: rgb(8,19,101); }
H1.HeaderClassName
{
color: #081365;
}
.AnyTagClassName
{
color: #081365;
}
</style>
background-color css
<style>
a { background-color: #081365; }
a { background-color: rgb(8,19,101); }
div.DivClassName
{
background-color: #081365;
}
.BgClassName
{
background-color: #081365;
}
</style>
border-color css
<style>
span { border-color: #081365; }
span { border-color: rgb(8,19,101); }
td.TdClassName
{
border-color: #081365;
}
.TagClassName
{
border-color: #081365;
}
</style>