Shades of Medium Blue #181AE5
Tints of Medium Blue #181AE5
RGB
CMYK
RGB Variations
Color information
#181AE5 (or 0x181AE5) is known color: Medium Blue. HEX triplet: 18, 1A and E5. RGB value is (24,26,229). Sum of RGB (Red+Green+Blue) = 24+26+229=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 229 (89.84% from 255 or 82.08% from 279); Max value from RGB is 229 - color contains mainly: blue. Hex color #181AE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181AE5 is #E7E51A. Grayscale: #2F2F2F. Windows color (decimal): -15197467 or 15014424. OLE color: 15014424.
HSL color Cylindrical-coordinate representation of color #181AE5: hue angle of 239.41º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #181AE5 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 26 | 229 | - |
| CMYK | 0.90 | 0.89 | 0 | 0.10 |
| HSL | 239.41º | 0.81% | 0.5% | - |
| HSV(B) | 239.41º | 0.9% | 0.9% | - |
| XYZ | 14.89 | 6.59 | 74.62 | - |
| YUV | 48.54 | 229.84 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 229 | 0.90 | 0.89 | 0 | 0.10 | 239.41 | 0.81 | 0.5 |
| Hex | 18 | 1A | E5 | 5A | 59 | 0 | A | EF | 51 | 32 |
| Octal | 30 | 32 | 345 | 132 | 131 | 0 | 12 | 357 | 121 | 62 |
| Binary | 11000 | 11010 | 11100101 | 1011010 | 1011001 | 0 | 1010 | 11101111 | 1010001 | 110010 |
Color Harmonies of #181AE5
Complementary color
Monochromatic Colors of #181AE5
Black with #181AE5
Text Example
Text Example
White with #181AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181AE5; }
p { color: rgb(24,26,229); }
H1.HeaderClassName
{
color: #181AE5;
}
.AnyTagClassName
{
color: #181AE5;
}
</style>
background-color css
<style>
a { background-color: #181AE5; }
a { background-color: rgb(24,26,229); }
div.DivClassName
{
background-color: #181AE5;
}
.BgClassName
{
background-color: #181AE5;
}
</style>
border-color css
<style>
span { border-color: #181AE5; }
span { border-color: rgb(24,26,229); }
td.TdClassName
{
border-color: #181AE5;
}
.TagClassName
{
border-color: #181AE5;
}
</style>