Shades of Midnight Blue #0B1779
Tints of Midnight Blue #0B1779
RGB
CMYK
RGB Variations
Color information
#0B1779 (or 0x0B1779) is known color: Midnight Blue. HEX triplet: 0B, 17 and 79. RGB value is (11,23,121). Sum of RGB (Red+Green+Blue) = 11+23+121=155 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.10% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 121 (47.66% from 255 or 78.06% from 155); Max value from RGB is 121 - color contains mainly: blue. Hex color #0B1779 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1779 is #F4E886. Grayscale: #1E1E1E. Windows color (decimal): -16050311 or 7935755. OLE color: 7935755.
HSL color Cylindrical-coordinate representation of color #0B1779: hue angle of 233.45º 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 #0B1779 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 23 | 121 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.53 |
| HSL | 233.45º | 0.83% | 0.26% | - |
| HSV(B) | 233.45º | 0.91% | 0.47% | - |
| XYZ | 3.9 | 2.06 | 18.28 | - |
| YUV | 30.58 | 179.02 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 23 | 121 | 0.91 | 0.81 | 0 | 0.53 | 233.45 | 0.83 | 0.26 |
| Hex | B | 17 | 79 | 5B | 51 | 0 | 35 | E9 | 53 | 1A |
| Octal | 13 | 27 | 171 | 133 | 121 | 0 | 65 | 351 | 123 | 32 |
| Binary | 1011 | 10111 | 1111001 | 1011011 | 1010001 | 0 | 110101 | 11101001 | 1010011 | 11010 |
Color Harmonies of #0B1779
Complementary color
Monochromatic Colors of #0B1779
Black with #0B1779
Text Example
Text Example
White with #0B1779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1779; }
p { color: rgb(11,23,121); }
H1.HeaderClassName
{
color: #0B1779;
}
.AnyTagClassName
{
color: #0B1779;
}
</style>
background-color css
<style>
a { background-color: #0B1779; }
a { background-color: rgb(11,23,121); }
div.DivClassName
{
background-color: #0B1779;
}
.BgClassName
{
background-color: #0B1779;
}
</style>
border-color css
<style>
span { border-color: #0B1779; }
span { border-color: rgb(11,23,121); }
td.TdClassName
{
border-color: #0B1779;
}
.TagClassName
{
border-color: #0B1779;
}
</style>