Shades of Midnight Blue #080A55
Tints of Midnight Blue #080A55
RGB
CMYK
RGB Variations
Color information
#080A55 (or 0x080A55) is known color: Midnight Blue. HEX triplet: 08, 0A and 55. RGB value is (8,10,85). Sum of RGB (Red+Green+Blue) = 8+10+85=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 85 (33.59% from 255 or 82.52% from 103); Max value from RGB is 85 - color contains mainly: blue. Hex color #080A55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A55 is #F7F5AA. Grayscale: #111111. Windows color (decimal): -16250283 or 5573128. OLE color: 5573128.
HSL color Cylindrical-coordinate representation of color #080A55: hue angle of 238.44º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #080A55 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 10 | 85 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.67 |
| HSL | 238.44º | 0.83% | 0.18% | - |
| HSV(B) | 238.44º | 0.91% | 0.33% | - |
| XYZ | 1.85 | 0.92 | 8.68 | - |
| YUV | 17.95 | 165.84 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 85 | 0.91 | 0.88 | 0 | 0.67 | 238.44 | 0.83 | 0.18 |
| Hex | 8 | A | 55 | 5B | 58 | 0 | 43 | EE | 53 | 12 |
| Octal | 10 | 12 | 125 | 133 | 130 | 0 | 103 | 356 | 123 | 22 |
| Binary | 1000 | 1010 | 1010101 | 1011011 | 1011000 | 0 | 1000011 | 11101110 | 1010011 | 10010 |
Color Harmonies of #080A55
Complementary color
Monochromatic Colors of #080A55
Black with #080A55
Text Example
Text Example
White with #080A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A55; }
p { color: rgb(8,10,85); }
H1.HeaderClassName
{
color: #080A55;
}
.AnyTagClassName
{
color: #080A55;
}
</style>
background-color css
<style>
a { background-color: #080A55; }
a { background-color: rgb(8,10,85); }
div.DivClassName
{
background-color: #080A55;
}
.BgClassName
{
background-color: #080A55;
}
</style>
border-color css
<style>
span { border-color: #080A55; }
span { border-color: rgb(8,10,85); }
td.TdClassName
{
border-color: #080A55;
}
.TagClassName
{
border-color: #080A55;
}
</style>