Shades of Midnight Blue #0B064D
Tints of Midnight Blue #0B064D
RGB
CMYK
RGB Variations
Color information
#0B064D (or 0x0B064D) is known color: Midnight Blue. HEX triplet: 0B, 06 and 4D. RGB value is (11,6,77). Sum of RGB (Red+Green+Blue) = 11+6+77=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 77 (30.47% from 255 or 81.91% from 94); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B064D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B064D is #F4F9B2. Grayscale: #0F0F0F. Windows color (decimal): -16054707 or 5047819. OLE color: 5047819.
HSL color Cylindrical-coordinate representation of color #0B064D: hue angle of 244.23º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B064D is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 6 | 77 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.70 |
| HSL | 244.23º | 0.86% | 0.16% | - |
| HSV(B) | 244.23º | 0.92% | 0.3% | - |
| XYZ | 1.54 | 0.74 | 7.08 | - |
| YUV | 15.59 | 162.66 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 77 | 0.86 | 0.92 | 0 | 0.70 | 244.23 | 0.86 | 0.16 |
| Hex | B | 6 | 4D | 56 | 5C | 0 | 46 | F4 | 56 | 10 |
| Octal | 13 | 6 | 115 | 126 | 134 | 0 | 106 | 364 | 126 | 20 |
| Binary | 1011 | 110 | 1001101 | 1010110 | 1011100 | 0 | 1000110 | 11110100 | 1010110 | 10000 |
Color Harmonies of #0B064D
Complementary color
Monochromatic Colors of #0B064D
Black with #0B064D
Text Example
Text Example
White with #0B064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B064D; }
p { color: rgb(11,6,77); }
H1.HeaderClassName
{
color: #0B064D;
}
.AnyTagClassName
{
color: #0B064D;
}
</style>
background-color css
<style>
a { background-color: #0B064D; }
a { background-color: rgb(11,6,77); }
div.DivClassName
{
background-color: #0B064D;
}
.BgClassName
{
background-color: #0B064D;
}
</style>
border-color css
<style>
span { border-color: #0B064D; }
span { border-color: rgb(11,6,77); }
td.TdClassName
{
border-color: #0B064D;
}
.TagClassName
{
border-color: #0B064D;
}
</style>