Shades of Blue #180CEC
Tints of Blue #180CEC
RGB
CMYK
RGB Variations
Color information
#180CEC (or 0x180CEC) is known color: Blue. HEX triplet: 18, 0C and EC. RGB value is (24,12,236). Sum of RGB (Red+Green+Blue) = 24+12+236=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 236 (92.58% from 255 or 86.76% from 272); Max value from RGB is 236 - color contains mainly: blue. Hex color #180CEC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #180CEC is #E7F313. Grayscale: #282828. Windows color (decimal): -15201044 or 15469592. OLE color: 15469592.
HSL color Cylindrical-coordinate representation of color #180CEC: hue angle of 243.21º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180CEC is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 12 | 236 | - |
| CMYK | 0.90 | 0.95 | 0 | 0.07 |
| HSL | 243.21º | 0.9% | 0.49% | - |
| HSV(B) | 243.21º | 0.95% | 0.93% | - |
| XYZ | 15.65 | 6.51 | 79.79 | - |
| YUV | 41.12 | 237.98 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 236 | 0.90 | 0.95 | 0 | 0.07 | 243.21 | 0.9 | 0.49 |
| Hex | 18 | C | EC | 5A | 5F | 0 | 7 | F3 | 5A | 31 |
| Octal | 30 | 14 | 354 | 132 | 137 | 0 | 7 | 363 | 132 | 61 |
| Binary | 11000 | 1100 | 11101100 | 1011010 | 1011111 | 0 | 111 | 11110011 | 1011010 | 110001 |
Color Harmonies of #180CEC
Complementary color
Monochromatic Colors of #180CEC
Black with #180CEC
Text Example
Text Example
White with #180CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180CEC; }
p { color: rgb(24,12,236); }
H1.HeaderClassName
{
color: #180CEC;
}
.AnyTagClassName
{
color: #180CEC;
}
</style>
background-color css
<style>
a { background-color: #180CEC; }
a { background-color: rgb(24,12,236); }
div.DivClassName
{
background-color: #180CEC;
}
.BgClassName
{
background-color: #180CEC;
}
</style>
border-color css
<style>
span { border-color: #180CEC; }
span { border-color: rgb(24,12,236); }
td.TdClassName
{
border-color: #180CEC;
}
.TagClassName
{
border-color: #180CEC;
}
</style>