Shades of Midnight Blue #081065
Tints of Midnight Blue #081065
RGB
CMYK
RGB Variations
Color information
#081065 (or 0x081065) is known color: Midnight Blue. HEX triplet: 08, 10 and 65. RGB value is (8,16,101). Sum of RGB (Red+Green+Blue) = 8+16+101=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 101 (39.84% from 255 or 80.8% from 125); Max value from RGB is 101 - color contains mainly: blue. Hex color #081065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081065 is #F7EF9A. Grayscale: #161616. Windows color (decimal): -16248731 or 6623240. OLE color: 6623240.
HSL color Cylindrical-coordinate representation of color #081065: hue angle of 234.84º 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 #081065 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 16 | 101 | - |
| CMYK | 0.92 | 0.84 | 0 | 0.60 |
| HSL | 234.84º | 0.85% | 0.21% | - |
| HSV(B) | 234.84º | 0.92% | 0.4% | - |
| XYZ | 2.63 | 1.36 | 12.44 | - |
| YUV | 23.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 16 | 101 | 0.92 | 0.84 | 0 | 0.60 | 234.84 | 0.85 | 0.21 |
| Hex | 8 | 10 | 65 | 5C | 54 | 0 | 3C | EB | 55 | 15 |
| Octal | 10 | 20 | 145 | 134 | 124 | 0 | 74 | 353 | 125 | 25 |
| Binary | 1000 | 10000 | 1100101 | 1011100 | 1010100 | 0 | 111100 | 11101011 | 1010101 | 10101 |
Color Harmonies of #081065
Complementary color
Monochromatic Colors of #081065
Black with #081065
Text Example
Text Example
White with #081065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081065; }
p { color: rgb(8,16,101); }
H1.HeaderClassName
{
color: #081065;
}
.AnyTagClassName
{
color: #081065;
}
</style>
background-color css
<style>
a { background-color: #081065; }
a { background-color: rgb(8,16,101); }
div.DivClassName
{
background-color: #081065;
}
.BgClassName
{
background-color: #081065;
}
</style>
border-color css
<style>
span { border-color: #081065; }
span { border-color: rgb(8,16,101); }
td.TdClassName
{
border-color: #081065;
}
.TagClassName
{
border-color: #081065;
}
</style>