Shades of Midnight Blue #080A58
Tints of Midnight Blue #080A58
RGB
CMYK
RGB Variations
Color information
#080A58 (or 0x080A58) is known color: Midnight Blue. HEX triplet: 08, 0A and 58. RGB value is (8,10,88). Sum of RGB (Red+Green+Blue) = 8+10+88=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 88 (34.77% from 255 or 83.02% from 106); Max value from RGB is 88 - color contains mainly: blue. Hex color #080A58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A58 is #F7F5A7. Grayscale: #111111. Windows color (decimal): -16250280 or 5769736. OLE color: 5769736.
HSL color Cylindrical-coordinate representation of color #080A58: hue angle of 238.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080A58 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 10 | 88 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.65 |
| HSL | 238.5º | 0.83% | 0.19% | - |
| HSV(B) | 238.5º | 0.91% | 0.35% | - |
| XYZ | 1.97 | 0.97 | 9.32 | - |
| YUV | 18.29 | 167.34 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 88 | 0.91 | 0.89 | 0 | 0.65 | 238.5 | 0.83 | 0.19 |
| Hex | 8 | A | 58 | 5B | 59 | 0 | 41 | EE | 53 | 13 |
| Octal | 10 | 12 | 130 | 133 | 131 | 0 | 101 | 356 | 123 | 23 |
| Binary | 1000 | 1010 | 1011000 | 1011011 | 1011001 | 0 | 1000001 | 11101110 | 1010011 | 10011 |
Color Harmonies of #080A58
Complementary color
Monochromatic Colors of #080A58
Black with #080A58
Text Example
Text Example
White with #080A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A58; }
p { color: rgb(8,10,88); }
H1.HeaderClassName
{
color: #080A58;
}
.AnyTagClassName
{
color: #080A58;
}
</style>
background-color css
<style>
a { background-color: #080A58; }
a { background-color: rgb(8,10,88); }
div.DivClassName
{
background-color: #080A58;
}
.BgClassName
{
background-color: #080A58;
}
</style>
border-color css
<style>
span { border-color: #080A58; }
span { border-color: rgb(8,10,88); }
td.TdClassName
{
border-color: #080A58;
}
.TagClassName
{
border-color: #080A58;
}
</style>