Shades of Midnight Blue #0A0058
Tints of Midnight Blue #0A0058
RGB
CMYK
RGB Variations
Color information
#0A0058 (or 0x0A0058) is known color: Midnight Blue. HEX triplet: 0A, 00 and 58. RGB value is (10,0,88). Sum of RGB (Red+Green+Blue) = 10+0+88=98 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.20% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 88 (34.77% from 255 or 89.80% from 98); Max value from RGB is 88 - color contains mainly: blue. Hex color #0A0058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0058 is #F5FFA7. Grayscale: #0C0C0C. Windows color (decimal): -16121768 or 5767178. OLE color: 5767178.
HSL color Cylindrical-coordinate representation of color #0A0058: hue angle of 246.82º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0058 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 10 | 0 | 88 | - |
| CMYK | 0.89 | 1 | 0 | 0.65 |
| HSL | 246.82º | 1% | 0.17% | - |
| HSV(B) | 246.82º | 1% | 0.35% | - |
| XYZ | 1.89 | 0.77 | 9.28 | - |
| YUV | 13.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 88 | 0.89 | 1 | 0 | 0.65 | 246.82 | 1 | 0.17 |
| Hex | A | 0 | 58 | 59 | 64 | 0 | 41 | F7 | 64 | 11 |
| Octal | 12 | 0 | 130 | 131 | 144 | 0 | 101 | 367 | 144 | 21 |
| Binary | 1010 | 0 | 1011000 | 1011001 | 1100100 | 0 | 1000001 | 11110111 | 1100100 | 10001 |
Color Harmonies of #0A0058
Complementary color
Monochromatic Colors of #0A0058
Black with #0A0058
Text Example
Text Example
White with #0A0058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0058; }
p { color: rgb(10,0,88); }
H1.HeaderClassName
{
color: #0A0058;
}
.AnyTagClassName
{
color: #0A0058;
}
</style>
background-color css
<style>
a { background-color: #0A0058; }
a { background-color: rgb(10,0,88); }
div.DivClassName
{
background-color: #0A0058;
}
.BgClassName
{
background-color: #0A0058;
}
</style>
border-color css
<style>
span { border-color: #0A0058; }
span { border-color: rgb(10,0,88); }
td.TdClassName
{
border-color: #0A0058;
}
.TagClassName
{
border-color: #0A0058;
}
</style>