Shades of Midnight Blue #0A0B57
Tints of Midnight Blue #0A0B57
RGB
CMYK
RGB Variations
Color information
#0A0B57 (or 0x0A0B57) is known color: Midnight Blue. HEX triplet: 0A, 0B and 57. RGB value is (10,11,87). Sum of RGB (Red+Green+Blue) = 10+11+87=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 87 (34.38% from 255 or 80.56% from 108); Max value from RGB is 87 - color contains mainly: blue. Hex color #0A0B57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0A0B57 is #F5F4A8. Grayscale: #131313. Windows color (decimal): -16118953 or 5704458. OLE color: 5704458.
HSL color Cylindrical-coordinate representation of color #0A0B57: hue angle of 239.22º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A0B57 is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 10 | 11 | 87 | - |
| CMYK | 0.89 | 0.87 | 0 | 0.66 |
| HSL | 239.22º | 0.79% | 0.19% | - |
| HSV(B) | 239.22º | 0.89% | 0.34% | - |
| XYZ | 1.97 | 0.99 | 9.1 | - |
| YUV | 19.37 | 166.17 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 11 | 87 | 0.89 | 0.87 | 0 | 0.66 | 239.22 | 0.79 | 0.19 |
| Hex | A | B | 57 | 59 | 57 | 0 | 42 | EF | 4F | 13 |
| Octal | 12 | 13 | 127 | 131 | 127 | 0 | 102 | 357 | 117 | 23 |
| Binary | 1010 | 1011 | 1010111 | 1011001 | 1010111 | 0 | 1000010 | 11101111 | 1001111 | 10011 |
Color Harmonies of #0A0B57
Complementary color
Monochromatic Colors of #0A0B57
Black with #0A0B57
Text Example
Text Example
White with #0A0B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0B57; }
p { color: rgb(10,11,87); }
H1.HeaderClassName
{
color: #0A0B57;
}
.AnyTagClassName
{
color: #0A0B57;
}
</style>
background-color css
<style>
a { background-color: #0A0B57; }
a { background-color: rgb(10,11,87); }
div.DivClassName
{
background-color: #0A0B57;
}
.BgClassName
{
background-color: #0A0B57;
}
</style>
border-color css
<style>
span { border-color: #0A0B57; }
span { border-color: rgb(10,11,87); }
td.TdClassName
{
border-color: #0A0B57;
}
.TagClassName
{
border-color: #0A0B57;
}
</style>