Shades of Midnight Blue #0B014D
Tints of Midnight Blue #0B014D
RGB
CMYK
RGB Variations
Color information
#0B014D (or 0x0B014D) is known color: Midnight Blue. HEX triplet: 0B, 01 and 4D. RGB value is (11,1,77). Sum of RGB (Red+Green+Blue) = 11+1+77=89 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.36% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 77 (30.47% from 255 or 86.52% from 89); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B014D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B014D is #F4FEB2. Grayscale: #0C0C0C. Windows color (decimal): -16055987 or 5046539. OLE color: 5046539.
HSL color Cylindrical-coordinate representation of color #0B014D: hue angle of 247.89º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B014D is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 1 | 77 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.70 |
| HSL | 247.89º | 0.97% | 0.15% | - |
| HSV(B) | 247.89º | 0.99% | 0.3% | - |
| XYZ | 1.49 | 0.63 | 7.06 | - |
| YUV | 12.65 | 164.31 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 77 | 0.86 | 0.99 | 0 | 0.70 | 247.89 | 0.97 | 0.15 |
| Hex | B | 1 | 4D | 56 | 63 | 0 | 46 | F8 | 61 | F |
| Octal | 13 | 1 | 115 | 126 | 143 | 0 | 106 | 370 | 141 | 17 |
| Binary | 1011 | 1 | 1001101 | 1010110 | 1100011 | 0 | 1000110 | 11111000 | 1100001 | 1111 |
Color Harmonies of #0B014D
Complementary color
Monochromatic Colors of #0B014D
Black with #0B014D
Text Example
Text Example
White with #0B014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B014D; }
p { color: rgb(11,1,77); }
H1.HeaderClassName
{
color: #0B014D;
}
.AnyTagClassName
{
color: #0B014D;
}
</style>
background-color css
<style>
a { background-color: #0B014D; }
a { background-color: rgb(11,1,77); }
div.DivClassName
{
background-color: #0B014D;
}
.BgClassName
{
background-color: #0B014D;
}
</style>
border-color css
<style>
span { border-color: #0B014D; }
span { border-color: rgb(11,1,77); }
td.TdClassName
{
border-color: #0B014D;
}
.TagClassName
{
border-color: #0B014D;
}
</style>