Shades of Medium Blue #180CE0
Tints of Medium Blue #180CE0
RGB
CMYK
RGB Variations
Color information
#180CE0 (or 0x180CE0) is known color: Medium Blue. HEX triplet: 18, 0C and E0. RGB value is (24,12,224). Sum of RGB (Red+Green+Blue) = 24+12+224=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 224 (87.89% from 255 or 86.15% from 260); Max value from RGB is 224 - color contains mainly: blue. Hex color #180CE0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180CE0 is #E7F31F. Grayscale: #262626. Windows color (decimal): -15201056 or 14683160. OLE color: 14683160.
HSL color Cylindrical-coordinate representation of color #180CE0: hue angle of 243.4º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180CE0 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 12 | 224 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.12 |
| HSL | 243.4º | 0.9% | 0.46% | - |
| HSV(B) | 243.4º | 0.95% | 0.88% | - |
| XYZ | 13.96 | 5.84 | 70.91 | - |
| YUV | 39.76 | 231.98 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 224 | 0.89 | 0.95 | 0 | 0.12 | 243.4 | 0.9 | 0.46 |
| Hex | 18 | C | E0 | 59 | 5F | 0 | C | F3 | 5A | 2E |
| Octal | 30 | 14 | 340 | 131 | 137 | 0 | 14 | 363 | 132 | 56 |
| Binary | 11000 | 1100 | 11100000 | 1011001 | 1011111 | 0 | 1100 | 11110011 | 1011010 | 101110 |
Color Harmonies of #180CE0
Complementary color
Monochromatic Colors of #180CE0
Black with #180CE0
Text Example
Text Example
White with #180CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180CE0; }
p { color: rgb(24,12,224); }
H1.HeaderClassName
{
color: #180CE0;
}
.AnyTagClassName
{
color: #180CE0;
}
</style>
background-color css
<style>
a { background-color: #180CE0; }
a { background-color: rgb(24,12,224); }
div.DivClassName
{
background-color: #180CE0;
}
.BgClassName
{
background-color: #180CE0;
}
</style>
border-color css
<style>
span { border-color: #180CE0; }
span { border-color: rgb(24,12,224); }
td.TdClassName
{
border-color: #180CE0;
}
.TagClassName
{
border-color: #180CE0;
}
</style>