Shades of Midnight Blue #0B157C
Tints of Midnight Blue #0B157C
RGB
CMYK
RGB Variations
Color information
#0B157C (or 0x0B157C) is known color: Midnight Blue. HEX triplet: 0B, 15 and 7C. RGB value is (11,21,124). Sum of RGB (Red+Green+Blue) = 11+21+124=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 124 (48.83% from 255 or 79.49% from 156); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B157C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B157C is #F4EA83. Grayscale: #1D1D1D. Windows color (decimal): -16050820 or 8131851. OLE color: 8131851.
HSL color Cylindrical-coordinate representation of color #0B157C: hue angle of 234.69º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B157C is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 21 | 124 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.51 |
| HSL | 234.69º | 0.84% | 0.26% | - |
| HSV(B) | 234.69º | 0.91% | 0.49% | - |
| XYZ | 4.04 | 2.06 | 19.25 | - |
| YUV | 29.75 | 181.19 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 21 | 124 | 0.91 | 0.83 | 0 | 0.51 | 234.69 | 0.84 | 0.26 |
| Hex | B | 15 | 7C | 5B | 53 | 0 | 33 | EB | 54 | 1A |
| Octal | 13 | 25 | 174 | 133 | 123 | 0 | 63 | 353 | 124 | 32 |
| Binary | 1011 | 10101 | 1111100 | 1011011 | 1010011 | 0 | 110011 | 11101011 | 1010100 | 11010 |
Color Harmonies of #0B157C
Complementary color
Monochromatic Colors of #0B157C
Black with #0B157C
Text Example
Text Example
White with #0B157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B157C; }
p { color: rgb(11,21,124); }
H1.HeaderClassName
{
color: #0B157C;
}
.AnyTagClassName
{
color: #0B157C;
}
</style>
background-color css
<style>
a { background-color: #0B157C; }
a { background-color: rgb(11,21,124); }
div.DivClassName
{
background-color: #0B157C;
}
.BgClassName
{
background-color: #0B157C;
}
</style>
border-color css
<style>
span { border-color: #0B157C; }
span { border-color: rgb(11,21,124); }
td.TdClassName
{
border-color: #0B157C;
}
.TagClassName
{
border-color: #0B157C;
}
</style>