Shades of Medium Blue #1B0BB9
Tints of Medium Blue #1B0BB9
RGB
CMYK
RGB Variations
Color information
#1B0BB9 (or 0x1B0BB9) is known color: Medium Blue. HEX triplet: 1B, 0B and B9. RGB value is (27,11,185). Sum of RGB (Red+Green+Blue) = 27+11+185=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 185 (72.66% from 255 or 82.96% from 223); Max value from RGB is 185 - color contains mainly: blue. Hex color #1B0BB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0BB9 is #E4F446. Grayscale: #222222. Windows color (decimal): -15004743 or 12127003. OLE color: 12127003.
HSL color Cylindrical-coordinate representation of color #1B0BB9: hue angle of 245.52º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B0BB9 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 11 | 185 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.27 |
| HSL | 245.52º | 0.89% | 0.38% | - |
| HSV(B) | 245.52º | 0.94% | 0.73% | - |
| XYZ | 9.33 | 3.98 | 46.17 | - |
| YUV | 35.62 | 212.3 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 185 | 0.85 | 0.94 | 0 | 0.27 | 245.52 | 0.89 | 0.38 |
| Hex | 1B | B | B9 | 55 | 5E | 0 | 1B | F6 | 59 | 26 |
| Octal | 33 | 13 | 271 | 125 | 136 | 0 | 33 | 366 | 131 | 46 |
| Binary | 11011 | 1011 | 10111001 | 1010101 | 1011110 | 0 | 11011 | 11110110 | 1011001 | 100110 |
Color Harmonies of #1B0BB9
Complementary color
Monochromatic Colors of #1B0BB9
Black with #1B0BB9
Text Example
Text Example
White with #1B0BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0BB9; }
p { color: rgb(27,11,185); }
H1.HeaderClassName
{
color: #1B0BB9;
}
.AnyTagClassName
{
color: #1B0BB9;
}
</style>
background-color css
<style>
a { background-color: #1B0BB9; }
a { background-color: rgb(27,11,185); }
div.DivClassName
{
background-color: #1B0BB9;
}
.BgClassName
{
background-color: #1B0BB9;
}
</style>
border-color css
<style>
span { border-color: #1B0BB9; }
span { border-color: rgb(27,11,185); }
td.TdClassName
{
border-color: #1B0BB9;
}
.TagClassName
{
border-color: #1B0BB9;
}
</style>