Shades of Midnight Blue #080A50
Tints of Midnight Blue #080A50
RGB
CMYK
RGB Variations
Color information
#080A50 (or 0x080A50) is known color: Midnight Blue. HEX triplet: 08, 0A and 50. RGB value is (8,10,80). Sum of RGB (Red+Green+Blue) = 8+10+80=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 80 (31.64% from 255 or 81.63% from 98); Max value from RGB is 80 - color contains mainly: blue. Hex color #080A50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #080A50 is #F7F5AF. Grayscale: #111111. Windows color (decimal): -16250288 or 5245448. OLE color: 5245448.
HSL color Cylindrical-coordinate representation of color #080A50: hue angle of 238.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080A50 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 10 | 80 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.69 |
| HSL | 238.33º | 0.82% | 0.17% | - |
| HSV(B) | 238.33º | 0.9% | 0.31% | - |
| XYZ | 1.66 | 0.85 | 7.67 | - |
| YUV | 17.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 80 | 0.90 | 0.87 | 0 | 0.69 | 238.33 | 0.82 | 0.17 |
| Hex | 8 | A | 50 | 5A | 57 | 0 | 45 | EE | 52 | 11 |
| Octal | 10 | 12 | 120 | 132 | 127 | 0 | 105 | 356 | 122 | 21 |
| Binary | 1000 | 1010 | 1010000 | 1011010 | 1010111 | 0 | 1000101 | 11101110 | 1010010 | 10001 |
Color Harmonies of #080A50
Complementary color
Monochromatic Colors of #080A50
Black with #080A50
Text Example
Text Example
White with #080A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A50; }
p { color: rgb(8,10,80); }
H1.HeaderClassName
{
color: #080A50;
}
.AnyTagClassName
{
color: #080A50;
}
</style>
background-color css
<style>
a { background-color: #080A50; }
a { background-color: rgb(8,10,80); }
div.DivClassName
{
background-color: #080A50;
}
.BgClassName
{
background-color: #080A50;
}
</style>
border-color css
<style>
span { border-color: #080A50; }
span { border-color: rgb(8,10,80); }
td.TdClassName
{
border-color: #080A50;
}
.TagClassName
{
border-color: #080A50;
}
</style>