Shades of Midnight Blue #0B196C
Tints of Midnight Blue #0B196C
RGB
CMYK
RGB Variations
Color information
#0B196C (or 0x0B196C) is known color: Midnight Blue. HEX triplet: 0B, 19 and 6C. RGB value is (11,25,108). Sum of RGB (Red+Green+Blue) = 11+25+108=144 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.64% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 108 (42.58% from 255 or 75% from 144); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B196C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B196C is #F4E693. Grayscale: #1D1D1D. Windows color (decimal): -16049812 or 7084299. OLE color: 7084299.
HSL color Cylindrical-coordinate representation of color #0B196C: hue angle of 231.34º 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 #0B196C is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 25 | 108 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.58 |
| HSL | 231.34º | 0.82% | 0.23% | - |
| HSV(B) | 231.34º | 0.9% | 0.42% | - |
| XYZ | 3.19 | 1.85 | 14.38 | - |
| YUV | 30.28 | 171.86 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 108 | 0.90 | 0.77 | 0 | 0.58 | 231.34 | 0.82 | 0.23 |
| Hex | B | 19 | 6C | 5A | 4D | 0 | 3A | E7 | 52 | 17 |
| Octal | 13 | 31 | 154 | 132 | 115 | 0 | 72 | 347 | 122 | 27 |
| Binary | 1011 | 11001 | 1101100 | 1011010 | 1001101 | 0 | 111010 | 11100111 | 1010010 | 10111 |
Color Harmonies of #0B196C
Complementary color
Monochromatic Colors of #0B196C
Black with #0B196C
Text Example
Text Example
White with #0B196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B196C; }
p { color: rgb(11,25,108); }
H1.HeaderClassName
{
color: #0B196C;
}
.AnyTagClassName
{
color: #0B196C;
}
</style>
background-color css
<style>
a { background-color: #0B196C; }
a { background-color: rgb(11,25,108); }
div.DivClassName
{
background-color: #0B196C;
}
.BgClassName
{
background-color: #0B196C;
}
</style>
border-color css
<style>
span { border-color: #0B196C; }
span { border-color: rgb(11,25,108); }
td.TdClassName
{
border-color: #0B196C;
}
.TagClassName
{
border-color: #0B196C;
}
</style>