Shades of Midnight Blue #0B1981
Tints of Midnight Blue #0B1981
RGB
CMYK
RGB Variations
Color information
#0B1981 (or 0x0B1981) is known color: Midnight Blue. HEX triplet: 0B, 19 and 81. RGB value is (11,25,129). Sum of RGB (Red+Green+Blue) = 11+25+129=165 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.67% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 129 (50.78% from 255 or 78.18% from 165); Max value from RGB is 129 - color contains mainly: blue. Hex color #0B1981 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B1981 is #F4E67E. Grayscale: #202020. Windows color (decimal): -16049791 or 8460555. OLE color: 8460555.
HSL color Cylindrical-coordinate representation of color #0B1981: hue angle of 232.88º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1981 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 25 | 129 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.49 |
| HSL | 232.88º | 0.84% | 0.27% | - |
| HSV(B) | 232.88º | 0.91% | 0.51% | - |
| XYZ | 4.45 | 2.35 | 20.99 | - |
| YUV | 32.67 | 182.36 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 25 | 129 | 0.91 | 0.81 | 0 | 0.49 | 232.88 | 0.84 | 0.27 |
| Hex | B | 19 | 81 | 5B | 51 | 0 | 31 | E9 | 54 | 1B |
| Octal | 13 | 31 | 201 | 133 | 121 | 0 | 61 | 351 | 124 | 33 |
| Binary | 1011 | 11001 | 10000001 | 1011011 | 1010001 | 0 | 110001 | 11101001 | 1010100 | 11011 |
Color Harmonies of #0B1981
Complementary color
Monochromatic Colors of #0B1981
Black with #0B1981
Text Example
Text Example
White with #0B1981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1981; }
p { color: rgb(11,25,129); }
H1.HeaderClassName
{
color: #0B1981;
}
.AnyTagClassName
{
color: #0B1981;
}
</style>
background-color css
<style>
a { background-color: #0B1981; }
a { background-color: rgb(11,25,129); }
div.DivClassName
{
background-color: #0B1981;
}
.BgClassName
{
background-color: #0B1981;
}
</style>
border-color css
<style>
span { border-color: #0B1981; }
span { border-color: rgb(11,25,129); }
td.TdClassName
{
border-color: #0B1981;
}
.TagClassName
{
border-color: #0B1981;
}
</style>