Shades of Medium Blue #1B0DB6
Tints of Medium Blue #1B0DB6
RGB
CMYK
RGB Variations
Color information
#1B0DB6 (or 0x1B0DB6) is known color: Medium Blue. HEX triplet: 1B, 0D and B6. RGB value is (27,13,182). Sum of RGB (Red+Green+Blue) = 27+13+182=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 182 (71.48% from 255 or 81.98% from 222); Max value from RGB is 182 - color contains mainly: blue. Hex color #1B0DB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0DB6 is #E4F249. Grayscale: #232323. Windows color (decimal): -15004234 or 11930907. OLE color: 11930907.
HSL color Cylindrical-coordinate representation of color #1B0DB6: hue angle of 244.97º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0DB6 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 13 | 182 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.29 |
| HSL | 244.97º | 0.87% | 0.38% | - |
| HSV(B) | 244.97º | 0.93% | 0.71% | - |
| XYZ | 9.04 | 3.9 | 44.53 | - |
| YUV | 36.45 | 210.14 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 13 | 182 | 0.85 | 0.93 | 0 | 0.29 | 244.97 | 0.87 | 0.38 |
| Hex | 1B | D | B6 | 55 | 5D | 0 | 1D | F5 | 57 | 26 |
| Octal | 33 | 15 | 266 | 125 | 135 | 0 | 35 | 365 | 127 | 46 |
| Binary | 11011 | 1101 | 10110110 | 1010101 | 1011101 | 0 | 11101 | 11110101 | 1010111 | 100110 |
Color Harmonies of #1B0DB6
Complementary color
Monochromatic Colors of #1B0DB6
Black with #1B0DB6
Text Example
Text Example
White with #1B0DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0DB6; }
p { color: rgb(27,13,182); }
H1.HeaderClassName
{
color: #1B0DB6;
}
.AnyTagClassName
{
color: #1B0DB6;
}
</style>
background-color css
<style>
a { background-color: #1B0DB6; }
a { background-color: rgb(27,13,182); }
div.DivClassName
{
background-color: #1B0DB6;
}
.BgClassName
{
background-color: #1B0DB6;
}
</style>
border-color css
<style>
span { border-color: #1B0DB6; }
span { border-color: rgb(27,13,182); }
td.TdClassName
{
border-color: #1B0DB6;
}
.TagClassName
{
border-color: #1B0DB6;
}
</style>