Shades of Midnight Blue #0B156C
Tints of Midnight Blue #0B156C
RGB
CMYK
RGB Variations
Color information
#0B156C (or 0x0B156C) is known color: Midnight Blue. HEX triplet: 0B, 15 and 6C. RGB value is (11,21,108). Sum of RGB (Red+Green+Blue) = 11+21+108=140 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.86% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 108 (42.58% from 255 or 77.14% from 140); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B156C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B156C is #F4EA93. Grayscale: #1B1B1B. Windows color (decimal): -16050836 or 7083275. OLE color: 7083275.
HSL color Cylindrical-coordinate representation of color #0B156C: hue angle of 233.81º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B156C is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 21 | 108 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.58 |
| HSL | 233.81º | 0.82% | 0.23% | - |
| HSV(B) | 233.81º | 0.9% | 0.42% | - |
| XYZ | 3.11 | 1.69 | 14.35 | - |
| YUV | 27.93 | 173.19 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 108 | 0.90 | 0.81 | 0 | 0.58 | 233.81 | 0.82 | 0.23 |
| Hex | B | 15 | 6C | 5A | 51 | 0 | 3A | EA | 52 | 17 |
| Octal | 13 | 25 | 154 | 132 | 121 | 0 | 72 | 352 | 122 | 27 |
| Binary | 1011 | 10101 | 1101100 | 1011010 | 1010001 | 0 | 111010 | 11101010 | 1010010 | 10111 |
Color Harmonies of #0B156C
Complementary color
Monochromatic Colors of #0B156C
Black with #0B156C
Text Example
Text Example
White with #0B156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B156C; }
p { color: rgb(11,21,108); }
H1.HeaderClassName
{
color: #0B156C;
}
.AnyTagClassName
{
color: #0B156C;
}
</style>
background-color css
<style>
a { background-color: #0B156C; }
a { background-color: rgb(11,21,108); }
div.DivClassName
{
background-color: #0B156C;
}
.BgClassName
{
background-color: #0B156C;
}
</style>
border-color css
<style>
span { border-color: #0B156C; }
span { border-color: rgb(11,21,108); }
td.TdClassName
{
border-color: #0B156C;
}
.TagClassName
{
border-color: #0B156C;
}
</style>