Shades of Midnight Blue #0B1877
Tints of Midnight Blue #0B1877
RGB
CMYK
RGB Variations
Color information
#0B1877 (or 0x0B1877) is known color: Midnight Blue. HEX triplet: 0B, 18 and 77. RGB value is (11,24,119). Sum of RGB (Red+Green+Blue) = 11+24+119=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 119 (46.88% from 255 or 77.27% from 154); Max value from RGB is 119 - color contains mainly: blue. Hex color #0B1877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1877 is #F4E788. Grayscale: #1E1E1E. Windows color (decimal): -16050057 or 7804939. OLE color: 7804939.
HSL color Cylindrical-coordinate representation of color #0B1877: hue angle of 232.78º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1877 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 24 | 119 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.53 |
| HSL | 232.78º | 0.83% | 0.25% | - |
| HSV(B) | 232.78º | 0.91% | 0.47% | - |
| XYZ | 3.79 | 2.06 | 17.65 | - |
| YUV | 30.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 119 | 0.91 | 0.80 | 0 | 0.53 | 232.78 | 0.83 | 0.25 |
| Hex | B | 18 | 77 | 5B | 50 | 0 | 35 | E9 | 53 | 19 |
| Octal | 13 | 30 | 167 | 133 | 120 | 0 | 65 | 351 | 123 | 31 |
| Binary | 1011 | 11000 | 1110111 | 1011011 | 1010000 | 0 | 110101 | 11101001 | 1010011 | 11001 |
Color Harmonies of #0B1877
Complementary color
Monochromatic Colors of #0B1877
Black with #0B1877
Text Example
Text Example
White with #0B1877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1877; }
p { color: rgb(11,24,119); }
H1.HeaderClassName
{
color: #0B1877;
}
.AnyTagClassName
{
color: #0B1877;
}
</style>
background-color css
<style>
a { background-color: #0B1877; }
a { background-color: rgb(11,24,119); }
div.DivClassName
{
background-color: #0B1877;
}
.BgClassName
{
background-color: #0B1877;
}
</style>
border-color css
<style>
span { border-color: #0B1877; }
span { border-color: rgb(11,24,119); }
td.TdClassName
{
border-color: #0B1877;
}
.TagClassName
{
border-color: #0B1877;
}
</style>