Shades of Midnight Blue #0B1979
Tints of Midnight Blue #0B1979
RGB
CMYK
RGB Variations
Color information
#0B1979 (or 0x0B1979) is known color: Midnight Blue. HEX triplet: 0B, 19 and 79. RGB value is (11,25,121). Sum of RGB (Red+Green+Blue) = 11+25+121=157 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.01% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 121 (47.66% from 255 or 77.07% from 157); Max value from RGB is 121 - color contains mainly: blue. Hex color #0B1979 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1979 is #F4E686. Grayscale: #1F1F1F. Windows color (decimal): -16049799 or 7936267. OLE color: 7936267.
HSL color Cylindrical-coordinate representation of color #0B1979: hue angle of 232.36º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1979 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 25 | 121 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.53 |
| HSL | 232.36º | 0.83% | 0.26% | - |
| HSV(B) | 232.36º | 0.91% | 0.47% | - |
| XYZ | 3.94 | 2.15 | 18.3 | - |
| YUV | 31.76 | 178.36 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 121 | 0.91 | 0.79 | 0 | 0.53 | 232.36 | 0.83 | 0.26 |
| Hex | B | 19 | 79 | 5B | 4F | 0 | 35 | E8 | 53 | 1A |
| Octal | 13 | 31 | 171 | 133 | 117 | 0 | 65 | 350 | 123 | 32 |
| Binary | 1011 | 11001 | 1111001 | 1011011 | 1001111 | 0 | 110101 | 11101000 | 1010011 | 11010 |
Color Harmonies of #0B1979
Complementary color
Monochromatic Colors of #0B1979
Black with #0B1979
Text Example
Text Example
White with #0B1979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1979; }
p { color: rgb(11,25,121); }
H1.HeaderClassName
{
color: #0B1979;
}
.AnyTagClassName
{
color: #0B1979;
}
</style>
background-color css
<style>
a { background-color: #0B1979; }
a { background-color: rgb(11,25,121); }
div.DivClassName
{
background-color: #0B1979;
}
.BgClassName
{
background-color: #0B1979;
}
</style>
border-color css
<style>
span { border-color: #0B1979; }
span { border-color: rgb(11,25,121); }
td.TdClassName
{
border-color: #0B1979;
}
.TagClassName
{
border-color: #0B1979;
}
</style>