Shades of Medium Blue #1B0EC4
Tints of Medium Blue #1B0EC4
RGB
CMYK
RGB Variations
Color information
#1B0EC4 (or 0x1B0EC4) is known color: Medium Blue. HEX triplet: 1B, 0E and C4. RGB value is (27,14,196). Sum of RGB (Red+Green+Blue) = 27+14+196=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 196 (76.95% from 255 or 82.70% from 237); Max value from RGB is 196 - color contains mainly: blue. Hex color #1B0EC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0EC4 is #E4F13B. Grayscale: #252525. Windows color (decimal): -15003964 or 12848667. OLE color: 12848667.
HSL color Cylindrical-coordinate representation of color #1B0EC4: hue angle of 244.29º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0EC4 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 14 | 196 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.23 |
| HSL | 244.29º | 0.87% | 0.41% | - |
| HSV(B) | 244.29º | 0.93% | 0.77% | - |
| XYZ | 10.57 | 4.53 | 52.54 | - |
| YUV | 38.64 | 216.81 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 14 | 196 | 0.86 | 0.93 | 0 | 0.23 | 244.29 | 0.87 | 0.41 |
| Hex | 1B | E | C4 | 56 | 5D | 0 | 17 | F4 | 57 | 29 |
| Octal | 33 | 16 | 304 | 126 | 135 | 0 | 27 | 364 | 127 | 51 |
| Binary | 11011 | 1110 | 11000100 | 1010110 | 1011101 | 0 | 10111 | 11110100 | 1010111 | 101001 |
Color Harmonies of #1B0EC4
Complementary color
Monochromatic Colors of #1B0EC4
Black with #1B0EC4
Text Example
Text Example
White with #1B0EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0EC4; }
p { color: rgb(27,14,196); }
H1.HeaderClassName
{
color: #1B0EC4;
}
.AnyTagClassName
{
color: #1B0EC4;
}
</style>
background-color css
<style>
a { background-color: #1B0EC4; }
a { background-color: rgb(27,14,196); }
div.DivClassName
{
background-color: #1B0EC4;
}
.BgClassName
{
background-color: #1B0EC4;
}
</style>
border-color css
<style>
span { border-color: #1B0EC4; }
span { border-color: rgb(27,14,196); }
td.TdClassName
{
border-color: #1B0EC4;
}
.TagClassName
{
border-color: #1B0EC4;
}
</style>