Shades of Midnight Blue #0A085A
Tints of Midnight Blue #0A085A
RGB
CMYK
RGB Variations
Color information
#0A085A (or 0x0A085A) is known color: Midnight Blue. HEX triplet: 0A, 08 and 5A. RGB value is (10,8,90). Sum of RGB (Red+Green+Blue) = 10+8+90=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 8 (3.52% from 255 or 7.41% from 108); Blue value is 90 (35.55% from 255 or 83.33% from 108); Max value from RGB is 90 - color contains mainly: blue. Hex color #0A085A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A085A is #F5F7A5. Grayscale: #111111. Windows color (decimal): -16119718 or 5900298. OLE color: 5900298.
HSL color Cylindrical-coordinate representation of color #0A085A: hue angle of 241.46º degrees, saturation: 0.84, 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 #0A085A is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 8 | 90 | - |
| CMYK | 0.89 | 0.91 | 0 | 0.65 |
| HSL | 241.46º | 0.84% | 0.19% | - |
| HSV(B) | 241.46º | 0.91% | 0.35% | - |
| XYZ | 2.06 | 0.98 | 9.75 | - |
| YUV | 17.95 | 168.66 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 90 | 0.89 | 0.91 | 0 | 0.65 | 241.46 | 0.84 | 0.19 |
| Hex | A | 8 | 5A | 59 | 5B | 0 | 41 | F1 | 54 | 13 |
| Octal | 12 | 10 | 132 | 131 | 133 | 0 | 101 | 361 | 124 | 23 |
| Binary | 1010 | 1000 | 1011010 | 1011001 | 1011011 | 0 | 1000001 | 11110001 | 1010100 | 10011 |
Color Harmonies of #0A085A
Complementary color
Monochromatic Colors of #0A085A
Black with #0A085A
Text Example
Text Example
White with #0A085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A085A; }
p { color: rgb(10,8,90); }
H1.HeaderClassName
{
color: #0A085A;
}
.AnyTagClassName
{
color: #0A085A;
}
</style>
background-color css
<style>
a { background-color: #0A085A; }
a { background-color: rgb(10,8,90); }
div.DivClassName
{
background-color: #0A085A;
}
.BgClassName
{
background-color: #0A085A;
}
</style>
border-color css
<style>
span { border-color: #0A085A; }
span { border-color: rgb(10,8,90); }
td.TdClassName
{
border-color: #0A085A;
}
.TagClassName
{
border-color: #0A085A;
}
</style>