Shades of Medium Blue #180BE5
Tints of Medium Blue #180BE5
RGB
CMYK
RGB Variations
Color information
#180BE5 (or 0x180BE5) is known color: Medium Blue. HEX triplet: 18, 0B and E5. RGB value is (24,11,229). Sum of RGB (Red+Green+Blue) = 24+11+229=264 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.09% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 229 (89.84% from 255 or 86.74% from 264); Max value from RGB is 229 - color contains mainly: blue. Hex color #180BE5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180BE5 is #E7F41A. Grayscale: #262626. Windows color (decimal): -15201307 or 15010584. OLE color: 15010584.
HSL color Cylindrical-coordinate representation of color #180BE5: hue angle of 243.58º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180BE5 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 24 | 11 | 229 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.10 |
| HSL | 243.58º | 0.91% | 0.47% | - |
| HSV(B) | 243.58º | 0.95% | 0.9% | - |
| XYZ | 14.64 | 6.09 | 74.53 | - |
| YUV | 39.74 | 234.81 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 229 | 0.90 | 0.95 | 0 | 0.10 | 243.58 | 0.91 | 0.47 |
| Hex | 18 | B | E5 | 5A | 5F | 0 | A | F4 | 5B | 2F |
| Octal | 30 | 13 | 345 | 132 | 137 | 0 | 12 | 364 | 133 | 57 |
| Binary | 11000 | 1011 | 11100101 | 1011010 | 1011111 | 0 | 1010 | 11110100 | 1011011 | 101111 |
Color Harmonies of #180BE5
Complementary color
Monochromatic Colors of #180BE5
Black with #180BE5
Text Example
Text Example
White with #180BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180BE5; }
p { color: rgb(24,11,229); }
H1.HeaderClassName
{
color: #180BE5;
}
.AnyTagClassName
{
color: #180BE5;
}
</style>
background-color css
<style>
a { background-color: #180BE5; }
a { background-color: rgb(24,11,229); }
div.DivClassName
{
background-color: #180BE5;
}
.BgClassName
{
background-color: #180BE5;
}
</style>
border-color css
<style>
span { border-color: #180BE5; }
span { border-color: rgb(24,11,229); }
td.TdClassName
{
border-color: #180BE5;
}
.TagClassName
{
border-color: #180BE5;
}
</style>