Shades of Midnight Blue #0B0459
Tints of Midnight Blue #0B0459
RGB
CMYK
RGB Variations
Color information
#0B0459 (or 0x0B0459) is known color: Midnight Blue. HEX triplet: 0B, 04 and 59. RGB value is (11,4,89). Sum of RGB (Red+Green+Blue) = 11+4+89=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 89 (35.16% from 255 or 85.58% from 104); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B0459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0459 is #F4FBA6. Grayscale: #0F0F0F. Windows color (decimal): -16055207 or 5833739. OLE color: 5833739.
HSL color Cylindrical-coordinate representation of color #0B0459: hue angle of 244.94º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B0459 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 4 | 89 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.65 |
| HSL | 244.94º | 0.91% | 0.18% | - |
| HSV(B) | 244.94º | 0.96% | 0.35% | - |
| XYZ | 1.98 | 0.88 | 9.52 | - |
| YUV | 15.78 | 169.32 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 4 | 89 | 0.88 | 0.96 | 0 | 0.65 | 244.94 | 0.91 | 0.18 |
| Hex | B | 4 | 59 | 58 | 60 | 0 | 41 | F5 | 5B | 12 |
| Octal | 13 | 4 | 131 | 130 | 140 | 0 | 101 | 365 | 133 | 22 |
| Binary | 1011 | 100 | 1011001 | 1011000 | 1100000 | 0 | 1000001 | 11110101 | 1011011 | 10010 |
Color Harmonies of #0B0459
Complementary color
Monochromatic Colors of #0B0459
Black with #0B0459
Text Example
Text Example
White with #0B0459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0459; }
p { color: rgb(11,4,89); }
H1.HeaderClassName
{
color: #0B0459;
}
.AnyTagClassName
{
color: #0B0459;
}
</style>
background-color css
<style>
a { background-color: #0B0459; }
a { background-color: rgb(11,4,89); }
div.DivClassName
{
background-color: #0B0459;
}
.BgClassName
{
background-color: #0B0459;
}
</style>
border-color css
<style>
span { border-color: #0B0459; }
span { border-color: rgb(11,4,89); }
td.TdClassName
{
border-color: #0B0459;
}
.TagClassName
{
border-color: #0B0459;
}
</style>