Shades of Midnight Blue #0B117A
Tints of Midnight Blue #0B117A
RGB
CMYK
RGB Variations
Color information
#0B117A (or 0x0B117A) is known color: Midnight Blue. HEX triplet: 0B, 11 and 7A. RGB value is (11,17,122). Sum of RGB (Red+Green+Blue) = 11+17+122=150 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 122 (48.05% from 255 or 81.33% from 150); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B117A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B117A is #F4EE85. Grayscale: #1A1A1A. Windows color (decimal): -16051846 or 7999755. OLE color: 7999755.
HSL color Cylindrical-coordinate representation of color #0B117A: hue angle of 236.76º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B117A is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 17 | 122 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.52 |
| HSL | 236.76º | 0.83% | 0.26% | - |
| HSV(B) | 236.76º | 0.91% | 0.48% | - |
| XYZ | 3.85 | 1.88 | 18.57 | - |
| YUV | 27.18 | 181.51 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 17 | 122 | 0.91 | 0.86 | 0 | 0.52 | 236.76 | 0.83 | 0.26 |
| Hex | B | 11 | 7A | 5B | 56 | 0 | 34 | ED | 53 | 1A |
| Octal | 13 | 21 | 172 | 133 | 126 | 0 | 64 | 355 | 123 | 32 |
| Binary | 1011 | 10001 | 1111010 | 1011011 | 1010110 | 0 | 110100 | 11101101 | 1010011 | 11010 |
Color Harmonies of #0B117A
Complementary color
Monochromatic Colors of #0B117A
Black with #0B117A
Text Example
Text Example
White with #0B117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B117A; }
p { color: rgb(11,17,122); }
H1.HeaderClassName
{
color: #0B117A;
}
.AnyTagClassName
{
color: #0B117A;
}
</style>
background-color css
<style>
a { background-color: #0B117A; }
a { background-color: rgb(11,17,122); }
div.DivClassName
{
background-color: #0B117A;
}
.BgClassName
{
background-color: #0B117A;
}
</style>
border-color css
<style>
span { border-color: #0B117A; }
span { border-color: rgb(11,17,122); }
td.TdClassName
{
border-color: #0B117A;
}
.TagClassName
{
border-color: #0B117A;
}
</style>