Shades of Medium Blue #181FE5
Tints of Medium Blue #181FE5
RGB
CMYK
RGB Variations
Color information
#181FE5 (or 0x181FE5) is known color: Medium Blue. HEX triplet: 18, 1F and E5. RGB value is (24,31,229). Sum of RGB (Red+Green+Blue) = 24+31+229=284 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.45% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 229 (89.84% from 255 or 80.63% from 284); Max value from RGB is 229 - color contains mainly: blue. Hex color #181FE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181FE5 is #E7E01A. Grayscale: #323232. Windows color (decimal): -15196187 or 15015704. OLE color: 15015704.
HSL color Cylindrical-coordinate representation of color #181FE5: hue angle of 237.95º 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 #181FE5 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 31 | 229 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.10 |
| HSL | 237.95º | 0.81% | 0.5% | - |
| HSV(B) | 237.95º | 0.9% | 0.9% | - |
| XYZ | 15.01 | 6.83 | 74.66 | - |
| YUV | 51.48 | 228.18 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 31 | 229 | 0.90 | 0.86 | 0 | 0.10 | 237.95 | 0.81 | 0.5 |
| Hex | 18 | 1F | E5 | 5A | 56 | 0 | A | EE | 51 | 32 |
| Octal | 30 | 37 | 345 | 132 | 126 | 0 | 12 | 356 | 121 | 62 |
| Binary | 11000 | 11111 | 11100101 | 1011010 | 1010110 | 0 | 1010 | 11101110 | 1010001 | 110010 |
Color Harmonies of #181FE5
Complementary color
Monochromatic Colors of #181FE5
Black with #181FE5
Text Example
Text Example
White with #181FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181FE5; }
p { color: rgb(24,31,229); }
H1.HeaderClassName
{
color: #181FE5;
}
.AnyTagClassName
{
color: #181FE5;
}
</style>
background-color css
<style>
a { background-color: #181FE5; }
a { background-color: rgb(24,31,229); }
div.DivClassName
{
background-color: #181FE5;
}
.BgClassName
{
background-color: #181FE5;
}
</style>
border-color css
<style>
span { border-color: #181FE5; }
span { border-color: rgb(24,31,229); }
td.TdClassName
{
border-color: #181FE5;
}
.TagClassName
{
border-color: #181FE5;
}
</style>