Shades of Midnight Blue #080259
Tints of Midnight Blue #080259
RGB
CMYK
RGB Variations
Color information
#080259 (or 0x080259) is known color: Midnight Blue. HEX triplet: 08, 02 and 59. RGB value is (8,2,89). Sum of RGB (Red+Green+Blue) = 8+2+89=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 89 (35.16% from 255 or 89.90% from 99); Max value from RGB is 89 - color contains mainly: blue. Hex color #080259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080259 is #F7FDA6. Grayscale: #0D0D0D. Windows color (decimal): -16252327 or 5833224. OLE color: 5833224.
HSL color Cylindrical-coordinate representation of color #080259: hue angle of 244.14º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #080259 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 2 | 89 | - |
| CMYK | 0.91 | 0.98 | 0 | 0.65 |
| HSL | 244.14º | 0.96% | 0.18% | - |
| HSV(B) | 244.14º | 0.98% | 0.35% | - |
| XYZ | 1.93 | 0.82 | 9.51 | - |
| YUV | 13.71 | 170.49 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 89 | 0.91 | 0.98 | 0 | 0.65 | 244.14 | 0.96 | 0.18 |
| Hex | 8 | 2 | 59 | 5B | 62 | 0 | 41 | F4 | 60 | 12 |
| Octal | 10 | 2 | 131 | 133 | 142 | 0 | 101 | 364 | 140 | 22 |
| Binary | 1000 | 10 | 1011001 | 1011011 | 1100010 | 0 | 1000001 | 11110100 | 1100000 | 10010 |
Color Harmonies of #080259
Complementary color
Monochromatic Colors of #080259
Black with #080259
Text Example
Text Example
White with #080259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080259; }
p { color: rgb(8,2,89); }
H1.HeaderClassName
{
color: #080259;
}
.AnyTagClassName
{
color: #080259;
}
</style>
background-color css
<style>
a { background-color: #080259; }
a { background-color: rgb(8,2,89); }
div.DivClassName
{
background-color: #080259;
}
.BgClassName
{
background-color: #080259;
}
</style>
border-color css
<style>
span { border-color: #080259; }
span { border-color: rgb(8,2,89); }
td.TdClassName
{
border-color: #080259;
}
.TagClassName
{
border-color: #080259;
}
</style>