Shades of Medium Blue #1B0BDC
Tints of Medium Blue #1B0BDC
RGB
CMYK
RGB Variations
Color information
#1B0BDC (or 0x1B0BDC) is known color: Medium Blue. HEX triplet: 1B, 0B and DC. RGB value is (27,11,220). Sum of RGB (Red+Green+Blue) = 27+11+220=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 220 (86.33% from 255 or 85.27% from 258); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B0BDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0BDC is #E4F423. Grayscale: #262626. Windows color (decimal): -15004708 or 14420763. OLE color: 14420763.
HSL color Cylindrical-coordinate representation of color #1B0BDC: hue angle of 244.59º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B0BDC is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 11 | 220 | - |
| CMYK | 0.88 | 0.95 | 0 | 0.14 |
| HSL | 244.59º | 0.9% | 0.45% | - |
| HSV(B) | 244.59º | 0.95% | 0.86% | - |
| XYZ | 13.49 | 5.64 | 68.09 | - |
| YUV | 39.61 | 229.8 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 11 | 220 | 0.88 | 0.95 | 0 | 0.14 | 244.59 | 0.9 | 0.45 |
| Hex | 1B | B | DC | 58 | 5F | 0 | E | F5 | 5A | 2D |
| Octal | 33 | 13 | 334 | 130 | 137 | 0 | 16 | 365 | 132 | 55 |
| Binary | 11011 | 1011 | 11011100 | 1011000 | 1011111 | 0 | 1110 | 11110101 | 1011010 | 101101 |
Color Harmonies of #1B0BDC
Complementary color
Monochromatic Colors of #1B0BDC
Black with #1B0BDC
Text Example
Text Example
White with #1B0BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0BDC; }
p { color: rgb(27,11,220); }
H1.HeaderClassName
{
color: #1B0BDC;
}
.AnyTagClassName
{
color: #1B0BDC;
}
</style>
background-color css
<style>
a { background-color: #1B0BDC; }
a { background-color: rgb(27,11,220); }
div.DivClassName
{
background-color: #1B0BDC;
}
.BgClassName
{
background-color: #1B0BDC;
}
</style>
border-color css
<style>
span { border-color: #1B0BDC; }
span { border-color: rgb(27,11,220); }
td.TdClassName
{
border-color: #1B0BDC;
}
.TagClassName
{
border-color: #1B0BDC;
}
</style>