Shades of Midnight Blue #0A0850
Tints of Midnight Blue #0A0850
RGB
CMYK
RGB Variations
Color information
#0A0850 (or 0x0A0850) is known color: Midnight Blue. HEX triplet: 0A, 08 and 50. RGB value is (10,8,80). Sum of RGB (Red+Green+Blue) = 10+8+80=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 8 (3.52% from 255 or 8.16% 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 #0A0850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0850 is #F5F7AF. Grayscale: #101010. Windows color (decimal): -16119728 or 5244938. OLE color: 5244938.
HSL color Cylindrical-coordinate representation of color #0A0850: hue angle of 241.67º 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 #0A0850 is Cyan = 0.87, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 10 | 8 | 80 | - |
| CMYK | 0.87 | 0.90 | 0 | 0.69 |
| HSL | 241.67º | 0.82% | 0.17% | - |
| HSV(B) | 241.67º | 0.9% | 0.31% | - |
| XYZ | 1.66 | 0.82 | 7.66 | - |
| YUV | 16.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 80 | 0.87 | 0.90 | 0 | 0.69 | 241.67 | 0.82 | 0.17 |
| Hex | A | 8 | 50 | 57 | 5A | 0 | 45 | F2 | 52 | 11 |
| Octal | 12 | 10 | 120 | 127 | 132 | 0 | 105 | 362 | 122 | 21 |
| Binary | 1010 | 1000 | 1010000 | 1010111 | 1011010 | 0 | 1000101 | 11110010 | 1010010 | 10001 |
Color Harmonies of #0A0850
Complementary color
Monochromatic Colors of #0A0850
Black with #0A0850
Text Example
Text Example
White with #0A0850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0850; }
p { color: rgb(10,8,80); }
H1.HeaderClassName
{
color: #0A0850;
}
.AnyTagClassName
{
color: #0A0850;
}
</style>
background-color css
<style>
a { background-color: #0A0850; }
a { background-color: rgb(10,8,80); }
div.DivClassName
{
background-color: #0A0850;
}
.BgClassName
{
background-color: #0A0850;
}
</style>
border-color css
<style>
span { border-color: #0A0850; }
span { border-color: rgb(10,8,80); }
td.TdClassName
{
border-color: #0A0850;
}
.TagClassName
{
border-color: #0A0850;
}
</style>