Shades of Medium Blue #181EE5
Tints of Medium Blue #181EE5
RGB
CMYK
RGB Variations
Color information
#181EE5 (or 0x181EE5) is known color: Medium Blue. HEX triplet: 18, 1E and E5. RGB value is (24,30,229). Sum of RGB (Red+Green+Blue) = 24+30+229=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 229 (89.84% from 255 or 80.92% from 283); Max value from RGB is 229 - color contains mainly: blue. Hex color #181EE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181EE5 is #E7E11A. Grayscale: #323232. Windows color (decimal): -15196443 or 15015448. OLE color: 15015448.
HSL color Cylindrical-coordinate representation of color #181EE5: hue angle of 238.24º 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 #181EE5 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 30 | 229 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.10 |
| HSL | 238.24º | 0.81% | 0.5% | - |
| HSV(B) | 238.24º | 0.9% | 0.9% | - |
| XYZ | 14.98 | 6.78 | 74.65 | - |
| YUV | 50.89 | 228.51 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 229 | 0.90 | 0.87 | 0 | 0.10 | 238.24 | 0.81 | 0.5 |
| Hex | 18 | 1E | E5 | 5A | 57 | 0 | A | EE | 51 | 32 |
| Octal | 30 | 36 | 345 | 132 | 127 | 0 | 12 | 356 | 121 | 62 |
| Binary | 11000 | 11110 | 11100101 | 1011010 | 1010111 | 0 | 1010 | 11101110 | 1010001 | 110010 |
Color Harmonies of #181EE5
Complementary color
Monochromatic Colors of #181EE5
Black with #181EE5
Text Example
Text Example
White with #181EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181EE5; }
p { color: rgb(24,30,229); }
H1.HeaderClassName
{
color: #181EE5;
}
.AnyTagClassName
{
color: #181EE5;
}
</style>
background-color css
<style>
a { background-color: #181EE5; }
a { background-color: rgb(24,30,229); }
div.DivClassName
{
background-color: #181EE5;
}
.BgClassName
{
background-color: #181EE5;
}
</style>
border-color css
<style>
span { border-color: #181EE5; }
span { border-color: rgb(24,30,229); }
td.TdClassName
{
border-color: #181EE5;
}
.TagClassName
{
border-color: #181EE5;
}
</style>