Shades of Midnight Blue #0B1876
Tints of Midnight Blue #0B1876
RGB
CMYK
RGB Variations
Color information
#0B1876 (or 0x0B1876) is known color: Midnight Blue. HEX triplet: 0B, 18 and 76. RGB value is (11,24,118). Sum of RGB (Red+Green+Blue) = 11+24+118=153 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.19% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 118 (46.48% from 255 or 77.12% from 153); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B1876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1876 is #F4E789. Grayscale: #1E1E1E. Windows color (decimal): -16050058 or 7739403. OLE color: 7739403.
HSL color Cylindrical-coordinate representation of color #0B1876: hue angle of 232.71º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1876 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 24 | 118 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.54 |
| HSL | 232.71º | 0.83% | 0.25% | - |
| HSV(B) | 232.71º | 0.91% | 0.46% | - |
| XYZ | 3.73 | 2.03 | 17.34 | - |
| YUV | 30.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 118 | 0.91 | 0.80 | 0 | 0.54 | 232.71 | 0.83 | 0.25 |
| Hex | B | 18 | 76 | 5B | 50 | 0 | 36 | E9 | 53 | 19 |
| Octal | 13 | 30 | 166 | 133 | 120 | 0 | 66 | 351 | 123 | 31 |
| Binary | 1011 | 11000 | 1110110 | 1011011 | 1010000 | 0 | 110110 | 11101001 | 1010011 | 11001 |
Color Harmonies of #0B1876
Complementary color
Monochromatic Colors of #0B1876
Black with #0B1876
Text Example
Text Example
White with #0B1876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1876; }
p { color: rgb(11,24,118); }
H1.HeaderClassName
{
color: #0B1876;
}
.AnyTagClassName
{
color: #0B1876;
}
</style>
background-color css
<style>
a { background-color: #0B1876; }
a { background-color: rgb(11,24,118); }
div.DivClassName
{
background-color: #0B1876;
}
.BgClassName
{
background-color: #0B1876;
}
</style>
border-color css
<style>
span { border-color: #0B1876; }
span { border-color: rgb(11,24,118); }
td.TdClassName
{
border-color: #0B1876;
}
.TagClassName
{
border-color: #0B1876;
}
</style>