Shades of Midnight Blue #0B1D7B
Tints of Midnight Blue #0B1D7B
RGB
CMYK
RGB Variations
Color information
#0B1D7B (or 0x0B1D7B) is known color: Midnight Blue. HEX triplet: 0B, 1D and 7B. RGB value is (11,29,123). Sum of RGB (Red+Green+Blue) = 11+29+123=163 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.75% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 123 (48.44% from 255 or 75.46% from 163); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B1D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1D7B is #F4E284. Grayscale: #212121. Windows color (decimal): -16048773 or 8068363. OLE color: 8068363.
HSL color Cylindrical-coordinate representation of color #0B1D7B: hue angle of 230.36º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1D7B is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 29 | 123 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.52 |
| HSL | 230.36º | 0.84% | 0.26% | - |
| HSV(B) | 230.36º | 0.91% | 0.48% | - |
| XYZ | 4.15 | 2.38 | 18.98 | - |
| YUV | 34.33 | 178.04 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 29 | 123 | 0.91 | 0.76 | 0 | 0.52 | 230.36 | 0.84 | 0.26 |
| Hex | B | 1D | 7B | 5B | 4C | 0 | 34 | E6 | 54 | 1A |
| Octal | 13 | 35 | 173 | 133 | 114 | 0 | 64 | 346 | 124 | 32 |
| Binary | 1011 | 11101 | 1111011 | 1011011 | 1001100 | 0 | 110100 | 11100110 | 1010100 | 11010 |
Color Harmonies of #0B1D7B
Complementary color
Monochromatic Colors of #0B1D7B
Black with #0B1D7B
Text Example
Text Example
White with #0B1D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1D7B; }
p { color: rgb(11,29,123); }
H1.HeaderClassName
{
color: #0B1D7B;
}
.AnyTagClassName
{
color: #0B1D7B;
}
</style>
background-color css
<style>
a { background-color: #0B1D7B; }
a { background-color: rgb(11,29,123); }
div.DivClassName
{
background-color: #0B1D7B;
}
.BgClassName
{
background-color: #0B1D7B;
}
</style>
border-color css
<style>
span { border-color: #0B1D7B; }
span { border-color: rgb(11,29,123); }
td.TdClassName
{
border-color: #0B1D7B;
}
.TagClassName
{
border-color: #0B1D7B;
}
</style>