Shades of Midnight Blue #0B064E
Tints of Midnight Blue #0B064E
RGB
CMYK
RGB Variations
Color information
#0B064E (or 0x0B064E) is known color: Midnight Blue. HEX triplet: 0B, 06 and 4E. RGB value is (11,6,78). Sum of RGB (Red+Green+Blue) = 11+6+78=95 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.58% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 78 (30.86% from 255 or 82.11% from 95); Max value from RGB is 78 - color contains mainly: blue. Hex color #0B064E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B064E is #F4F9B1. Grayscale: #0F0F0F. Windows color (decimal): -16054706 or 5113355. OLE color: 5113355.
HSL color Cylindrical-coordinate representation of color #0B064E: hue angle of 244.17º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B064E is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 11 | 6 | 78 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.69 |
| HSL | 244.17º | 0.86% | 0.16% | - |
| HSV(B) | 244.17º | 0.92% | 0.31% | - |
| XYZ | 1.58 | 0.75 | 7.27 | - |
| YUV | 15.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 78 | 0.86 | 0.92 | 0 | 0.69 | 244.17 | 0.86 | 0.16 |
| Hex | B | 6 | 4E | 56 | 5C | 0 | 45 | F4 | 56 | 10 |
| Octal | 13 | 6 | 116 | 126 | 134 | 0 | 105 | 364 | 126 | 20 |
| Binary | 1011 | 110 | 1001110 | 1010110 | 1011100 | 0 | 1000101 | 11110100 | 1010110 | 10000 |
Color Harmonies of #0B064E
Complementary color
Monochromatic Colors of #0B064E
Black with #0B064E
Text Example
Text Example
White with #0B064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B064E; }
p { color: rgb(11,6,78); }
H1.HeaderClassName
{
color: #0B064E;
}
.AnyTagClassName
{
color: #0B064E;
}
</style>
background-color css
<style>
a { background-color: #0B064E; }
a { background-color: rgb(11,6,78); }
div.DivClassName
{
background-color: #0B064E;
}
.BgClassName
{
background-color: #0B064E;
}
</style>
border-color css
<style>
span { border-color: #0B064E; }
span { border-color: rgb(11,6,78); }
td.TdClassName
{
border-color: #0B064E;
}
.TagClassName
{
border-color: #0B064E;
}
</style>