Shades of Medium Blue #181BE0
Tints of Medium Blue #181BE0
RGB
CMYK
RGB Variations
Color information
#181BE0 (or 0x181BE0) is known color: Medium Blue. HEX triplet: 18, 1B and E0. RGB value is (24,27,224). Sum of RGB (Red+Green+Blue) = 24+27+224=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 27 (10.94% from 255 or 9.82% from 275); Blue value is 224 (87.89% from 255 or 81.45% from 275); Max value from RGB is 224 - color contains mainly: blue. Hex color #181BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181BE0 is #E7E41F. Grayscale: #2F2F2F. Windows color (decimal): -15197216 or 14687000. OLE color: 14687000.
HSL color Cylindrical-coordinate representation of color #181BE0: hue angle of 239.1º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #181BE0 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 27 | 224 | - |
| CMYK | 0.89 | 0.88 | 0 | 0.12 |
| HSL | 239.1º | 0.81% | 0.49% | - |
| HSV(B) | 239.1º | 0.89% | 0.88% | - |
| XYZ | 14.22 | 6.36 | 71 | - |
| YUV | 48.56 | 227.01 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 27 | 224 | 0.89 | 0.88 | 0 | 0.12 | 239.1 | 0.81 | 0.49 |
| Hex | 18 | 1B | E0 | 59 | 58 | 0 | C | EF | 51 | 31 |
| Octal | 30 | 33 | 340 | 131 | 130 | 0 | 14 | 357 | 121 | 61 |
| Binary | 11000 | 11011 | 11100000 | 1011001 | 1011000 | 0 | 1100 | 11101111 | 1010001 | 110001 |
Color Harmonies of #181BE0
Complementary color
Monochromatic Colors of #181BE0
Black with #181BE0
Text Example
Text Example
White with #181BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181BE0; }
p { color: rgb(24,27,224); }
H1.HeaderClassName
{
color: #181BE0;
}
.AnyTagClassName
{
color: #181BE0;
}
</style>
background-color css
<style>
a { background-color: #181BE0; }
a { background-color: rgb(24,27,224); }
div.DivClassName
{
background-color: #181BE0;
}
.BgClassName
{
background-color: #181BE0;
}
</style>
border-color css
<style>
span { border-color: #181BE0; }
span { border-color: rgb(24,27,224); }
td.TdClassName
{
border-color: #181BE0;
}
.TagClassName
{
border-color: #181BE0;
}
</style>