Shades of Midnight Blue #0A0057
Tints of Midnight Blue #0A0057
RGB
CMYK
RGB Variations
Color information
#0A0057 (or 0x0A0057) is known color: Midnight Blue. HEX triplet: 0A, 00 and 57. RGB value is (10,0,87). Sum of RGB (Red+Green+Blue) = 10+0+87=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 87 (34.38% from 255 or 89.69% from 97); Max value from RGB is 87 - color contains mainly: blue. Hex color #0A0057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0057 is #F5FFA8. Grayscale: #0C0C0C. Windows color (decimal): -16121769 or 5701642. OLE color: 5701642.
HSL color Cylindrical-coordinate representation of color #0A0057: hue angle of 246.9º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0A0057 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 0 | 87 | - |
| CMYK | 0.89 | 1 | 0 | 0.66 |
| HSL | 246.9º | 1% | 0.17% | - |
| HSV(B) | 246.9º | 1% | 0.34% | - |
| XYZ | 1.85 | 0.75 | 9.06 | - |
| YUV | 12.91 | 169.81 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 0 | 87 | 0.89 | 1 | 0 | 0.66 | 246.9 | 1 | 0.17 |
| Hex | A | 0 | 57 | 59 | 64 | 0 | 42 | F7 | 64 | 11 |
| Octal | 12 | 0 | 127 | 131 | 144 | 0 | 102 | 367 | 144 | 21 |
| Binary | 1010 | 0 | 1010111 | 1011001 | 1100100 | 0 | 1000010 | 11110111 | 1100100 | 10001 |
Color Harmonies of #0A0057
Complementary color
Monochromatic Colors of #0A0057
Black with #0A0057
Text Example
Text Example
White with #0A0057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0057; }
p { color: rgb(10,0,87); }
H1.HeaderClassName
{
color: #0A0057;
}
.AnyTagClassName
{
color: #0A0057;
}
</style>
background-color css
<style>
a { background-color: #0A0057; }
a { background-color: rgb(10,0,87); }
div.DivClassName
{
background-color: #0A0057;
}
.BgClassName
{
background-color: #0A0057;
}
</style>
border-color css
<style>
span { border-color: #0A0057; }
span { border-color: rgb(10,0,87); }
td.TdClassName
{
border-color: #0A0057;
}
.TagClassName
{
border-color: #0A0057;
}
</style>