Shades of Midnight Blue #0B014E
Tints of Midnight Blue #0B014E
RGB
CMYK
RGB Variations
Color information
#0B014E (or 0x0B014E) is known color: Midnight Blue. HEX triplet: 0B, 01 and 4E. RGB value is (11,1,78). Sum of RGB (Red+Green+Blue) = 11+1+78=90 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.22% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 78 (30.86% from 255 or 86.67% from 90); Max value from RGB is 78 - color contains mainly: blue. Hex color #0B014E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B014E is #F4FEB1. Grayscale: #0C0C0C. Windows color (decimal): -16055986 or 5112075. OLE color: 5112075.
HSL color Cylindrical-coordinate representation of color #0B014E: hue angle of 247.79º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B014E is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 1 | 78 | - |
| CMYK | 0.86 | 0.99 | 0 | 0.69 |
| HSL | 247.79º | 0.97% | 0.15% | - |
| HSV(B) | 247.79º | 0.99% | 0.31% | - |
| XYZ | 1.52 | 0.64 | 7.25 | - |
| YUV | 12.77 | 164.81 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 78 | 0.86 | 0.99 | 0 | 0.69 | 247.79 | 0.97 | 0.15 |
| Hex | B | 1 | 4E | 56 | 63 | 0 | 45 | F8 | 61 | F |
| Octal | 13 | 1 | 116 | 126 | 143 | 0 | 105 | 370 | 141 | 17 |
| Binary | 1011 | 1 | 1001110 | 1010110 | 1100011 | 0 | 1000101 | 11111000 | 1100001 | 1111 |
Color Harmonies of #0B014E
Complementary color
Monochromatic Colors of #0B014E
Black with #0B014E
Text Example
Text Example
White with #0B014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B014E; }
p { color: rgb(11,1,78); }
H1.HeaderClassName
{
color: #0B014E;
}
.AnyTagClassName
{
color: #0B014E;
}
</style>
background-color css
<style>
a { background-color: #0B014E; }
a { background-color: rgb(11,1,78); }
div.DivClassName
{
background-color: #0B014E;
}
.BgClassName
{
background-color: #0B014E;
}
</style>
border-color css
<style>
span { border-color: #0B014E; }
span { border-color: rgb(11,1,78); }
td.TdClassName
{
border-color: #0B014E;
}
.TagClassName
{
border-color: #0B014E;
}
</style>