Shades of Midnight Blue #080A66
Tints of Midnight Blue #080A66
RGB
CMYK
RGB Variations
Color information
#080A66 (or 0x080A66) is known color: Midnight Blue. HEX triplet: 08, 0A and 66. RGB value is (8,10,102). Sum of RGB (Red+Green+Blue) = 8+10+102=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 102 (40.23% from 255 or 85% from 120); Max value from RGB is 102 - color contains mainly: blue. Hex color #080A66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A66 is #F7F599. Grayscale: #131313. Windows color (decimal): -16250266 or 6687240. OLE color: 6687240.
HSL color Cylindrical-coordinate representation of color #080A66: hue angle of 238.72º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #080A66 is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 10 | 102 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.6 |
| HSL | 238.72º | 0.85% | 0.22% | - |
| HSV(B) | 238.72º | 0.92% | 0.4% | - |
| XYZ | 2.61 | 1.23 | 12.67 | - |
| YUV | 19.89 | 174.34 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 102 | 0.92 | 0.90 | 0 | 0.6 | 238.72 | 0.85 | 0.22 |
| Hex | 8 | A | 66 | 5C | 5A | 0 | 3C | EF | 55 | 16 |
| Octal | 10 | 12 | 146 | 134 | 132 | 0 | 74 | 357 | 125 | 26 |
| Binary | 1000 | 1010 | 1100110 | 1011100 | 1011010 | 0 | 111100 | 11101111 | 1010101 | 10110 |
Color Harmonies of #080A66
Complementary color
Monochromatic Colors of #080A66
Black with #080A66
Text Example
Text Example
White with #080A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A66; }
p { color: rgb(8,10,102); }
H1.HeaderClassName
{
color: #080A66;
}
.AnyTagClassName
{
color: #080A66;
}
</style>
background-color css
<style>
a { background-color: #080A66; }
a { background-color: rgb(8,10,102); }
div.DivClassName
{
background-color: #080A66;
}
.BgClassName
{
background-color: #080A66;
}
</style>
border-color css
<style>
span { border-color: #080A66; }
span { border-color: rgb(8,10,102); }
td.TdClassName
{
border-color: #080A66;
}
.TagClassName
{
border-color: #080A66;
}
</style>