Shades of Midnight Blue #0B0159
Tints of Midnight Blue #0B0159
RGB
CMYK
RGB Variations
Color information
#0B0159 (or 0x0B0159) is known color: Midnight Blue. HEX triplet: 0B, 01 and 59. RGB value is (11,1,89). Sum of RGB (Red+Green+Blue) = 11+1+89=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 89 (35.16% from 255 or 88.12% from 101); Max value from RGB is 89 - color contains mainly: blue. Hex color #0B0159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0159 is #F4FEA6. Grayscale: #0D0D0D. Windows color (decimal): -16055975 or 5832971. OLE color: 5832971.
HSL color Cylindrical-coordinate representation of color #0B0159: hue angle of 246.82º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B0159 is Cyan = 0.88, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 11 | 1 | 89 | - |
| CMYK | 0.88 | 0.99 | 0 | 0.65 |
| HSL | 246.82º | 0.98% | 0.18% | - |
| HSV(B) | 246.82º | 0.99% | 0.35% | - |
| XYZ | 1.95 | 0.81 | 9.51 | - |
| YUV | 14.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 89 | 0.88 | 0.99 | 0 | 0.65 | 246.82 | 0.98 | 0.18 |
| Hex | B | 1 | 59 | 58 | 63 | 0 | 41 | F7 | 62 | 12 |
| Octal | 13 | 1 | 131 | 130 | 143 | 0 | 101 | 367 | 142 | 22 |
| Binary | 1011 | 1 | 1011001 | 1011000 | 1100011 | 0 | 1000001 | 11110111 | 1100010 | 10010 |
Color Harmonies of #0B0159
Complementary color
Monochromatic Colors of #0B0159
Black with #0B0159
Text Example
Text Example
White with #0B0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0159; }
p { color: rgb(11,1,89); }
H1.HeaderClassName
{
color: #0B0159;
}
.AnyTagClassName
{
color: #0B0159;
}
</style>
background-color css
<style>
a { background-color: #0B0159; }
a { background-color: rgb(11,1,89); }
div.DivClassName
{
background-color: #0B0159;
}
.BgClassName
{
background-color: #0B0159;
}
</style>
border-color css
<style>
span { border-color: #0B0159; }
span { border-color: rgb(11,1,89); }
td.TdClassName
{
border-color: #0B0159;
}
.TagClassName
{
border-color: #0B0159;
}
</style>