Shades of Midnight Blue #0A084B
Tints of Midnight Blue #0A084B
RGB
CMYK
RGB Variations
Color information
#0A084B (or 0x0A084B) is known color: Midnight Blue. HEX triplet: 0A, 08 and 4B. RGB value is (10,8,75). Sum of RGB (Red+Green+Blue) = 10+8+75=93 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.75% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 75 (29.69% from 255 or 80.65% from 93); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A084B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A084B is #F5F7B4. Grayscale: #0F0F0F. Windows color (decimal): -16119733 or 4917258. OLE color: 4917258.
HSL color Cylindrical-coordinate representation of color #0A084B: hue angle of 241.79º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A084B is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 10 | 8 | 75 | - |
| CMYK | 0.87 | 0.89 | 0 | 0.71 |
| HSL | 241.79º | 0.81% | 0.16% | - |
| HSV(B) | 241.79º | 0.89% | 0.29% | - |
| XYZ | 1.48 | 0.75 | 6.72 | - |
| YUV | 16.24 | 161.16 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 8 | 75 | 0.87 | 0.89 | 0 | 0.71 | 241.79 | 0.81 | 0.16 |
| Hex | A | 8 | 4B | 57 | 59 | 0 | 47 | F2 | 51 | 10 |
| Octal | 12 | 10 | 113 | 127 | 131 | 0 | 107 | 362 | 121 | 20 |
| Binary | 1010 | 1000 | 1001011 | 1010111 | 1011001 | 0 | 1000111 | 11110010 | 1010001 | 10000 |
Color Harmonies of #0A084B
Complementary color
Monochromatic Colors of #0A084B
Black with #0A084B
Text Example
Text Example
White with #0A084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A084B; }
p { color: rgb(10,8,75); }
H1.HeaderClassName
{
color: #0A084B;
}
.AnyTagClassName
{
color: #0A084B;
}
</style>
background-color css
<style>
a { background-color: #0A084B; }
a { background-color: rgb(10,8,75); }
div.DivClassName
{
background-color: #0A084B;
}
.BgClassName
{
background-color: #0A084B;
}
</style>
border-color css
<style>
span { border-color: #0A084B; }
span { border-color: rgb(10,8,75); }
td.TdClassName
{
border-color: #0A084B;
}
.TagClassName
{
border-color: #0A084B;
}
</style>