Shades of Medium Blue #1B0DE5
Tints of Medium Blue #1B0DE5
RGB
CMYK
RGB Variations
Color information
#1B0DE5 (or 0x1B0DE5) is known color: Medium Blue. HEX triplet: 1B, 0D and E5. RGB value is (27,13,229). Sum of RGB (Red+Green+Blue) = 27+13+229=269 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.04% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 229 (89.84% from 255 or 85.13% from 269); Max value from RGB is 229 - color contains mainly: blue. Hex color #1B0DE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0DE5 is #E4F21A. Grayscale: #282828. Windows color (decimal): -15004187 or 15011099. OLE color: 15011099.
HSL color Cylindrical-coordinate representation of color #1B0DE5: hue angle of 243.89º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B0DE5 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 27 | 13 | 229 | - |
| CMYK | 0.88 | 0.94 | 0 | 0.10 |
| HSL | 243.89º | 0.89% | 0.47% | - |
| HSV(B) | 243.89º | 0.94% | 0.9% | - |
| XYZ | 14.74 | 6.18 | 74.54 | - |
| YUV | 41.81 | 233.64 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 13 | 229 | 0.88 | 0.94 | 0 | 0.10 | 243.89 | 0.89 | 0.47 |
| Hex | 1B | D | E5 | 58 | 5E | 0 | A | F4 | 59 | 2F |
| Octal | 33 | 15 | 345 | 130 | 136 | 0 | 12 | 364 | 131 | 57 |
| Binary | 11011 | 1101 | 11100101 | 1011000 | 1011110 | 0 | 1010 | 11110100 | 1011001 | 101111 |
Color Harmonies of #1B0DE5
Complementary color
Monochromatic Colors of #1B0DE5
Black with #1B0DE5
Text Example
Text Example
White with #1B0DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0DE5; }
p { color: rgb(27,13,229); }
H1.HeaderClassName
{
color: #1B0DE5;
}
.AnyTagClassName
{
color: #1B0DE5;
}
</style>
background-color css
<style>
a { background-color: #1B0DE5; }
a { background-color: rgb(27,13,229); }
div.DivClassName
{
background-color: #1B0DE5;
}
.BgClassName
{
background-color: #1B0DE5;
}
</style>
border-color css
<style>
span { border-color: #1B0DE5; }
span { border-color: rgb(27,13,229); }
td.TdClassName
{
border-color: #1B0DE5;
}
.TagClassName
{
border-color: #1B0DE5;
}
</style>