Shades of Medium Blue #1B13D9
Tints of Medium Blue #1B13D9
RGB
CMYK
RGB Variations
Color information
#1B13D9 (or 0x1B13D9) is known color: Medium Blue. HEX triplet: 1B, 13 and D9. RGB value is (27,19,217). Sum of RGB (Red+Green+Blue) = 27+19+217=263 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.27% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 217 (85.16% from 255 or 82.51% from 263); Max value from RGB is 217 - color contains mainly: blue. Hex color #1B13D9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B13D9 is #E4EC26. Grayscale: #2B2B2B. Windows color (decimal): -15002663 or 14226203. OLE color: 14226203.
HSL color Cylindrical-coordinate representation of color #1B13D9: hue angle of 242.42º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1B13D9 is Cyan = 0.88, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 19 | 217 | - |
| CMYK | 0.88 | 0.91 | 0 | 0.15 |
| HSL | 242.42º | 0.84% | 0.46% | - |
| HSV(B) | 242.42º | 0.91% | 0.85% | - |
| XYZ | 13.21 | 5.71 | 66.05 | - |
| YUV | 43.96 | 225.65 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 217 | 0.88 | 0.91 | 0 | 0.15 | 242.42 | 0.84 | 0.46 |
| Hex | 1B | 13 | D9 | 58 | 5B | 0 | F | F2 | 54 | 2E |
| Octal | 33 | 23 | 331 | 130 | 133 | 0 | 17 | 362 | 124 | 56 |
| Binary | 11011 | 10011 | 11011001 | 1011000 | 1011011 | 0 | 1111 | 11110010 | 1010100 | 101110 |
Color Harmonies of #1B13D9
Complementary color
Monochromatic Colors of #1B13D9
Black with #1B13D9
Text Example
Text Example
White with #1B13D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B13D9; }
p { color: rgb(27,19,217); }
H1.HeaderClassName
{
color: #1B13D9;
}
.AnyTagClassName
{
color: #1B13D9;
}
</style>
background-color css
<style>
a { background-color: #1B13D9; }
a { background-color: rgb(27,19,217); }
div.DivClassName
{
background-color: #1B13D9;
}
.BgClassName
{
background-color: #1B13D9;
}
</style>
border-color css
<style>
span { border-color: #1B13D9; }
span { border-color: rgb(27,19,217); }
td.TdClassName
{
border-color: #1B13D9;
}
.TagClassName
{
border-color: #1B13D9;
}
</style>