Shades of Blue #1801EC
Tints of Blue #1801EC
RGB
CMYK
RGB Variations
Color information
#1801EC (or 0x1801EC) is known color: Blue. HEX triplet: 18, 01 and EC. RGB value is (24,1,236). Sum of RGB (Red+Green+Blue) = 24+1+236=261 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.20% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 236 (92.58% from 255 or 90.42% from 261); Max value from RGB is 236 - color contains mainly: blue. Hex color #1801EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1801EC is #E7FE13. Grayscale: #212121. Windows color (decimal): -15203860 or 15466776. OLE color: 15466776.
HSL color Cylindrical-coordinate representation of color #1801EC: hue angle of 245.87º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1801EC is Cyan = 0.90, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 1 | 236 | - |
| CMYK | 0.90 | 1.00 | 0 | 0.07 |
| HSL | 245.87º | 0.99% | 0.46% | - |
| HSV(B) | 245.87º | 1% | 0.93% | - |
| XYZ | 15.53 | 6.27 | 79.75 | - |
| YUV | 34.67 | 241.62 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 236 | 0.90 | 1.00 | 0 | 0.07 | 245.87 | 0.99 | 0.46 |
| Hex | 18 | 1 | EC | 5A | 64 | 0 | 7 | F6 | 63 | 2E |
| Octal | 30 | 1 | 354 | 132 | 144 | 0 | 7 | 366 | 143 | 56 |
| Binary | 11000 | 1 | 11101100 | 1011010 | 1100100 | 0 | 111 | 11110110 | 1100011 | 101110 |
Color Harmonies of #1801EC
Complementary color
Monochromatic Colors of #1801EC
Black with #1801EC
Text Example
Text Example
White with #1801EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1801EC; }
p { color: rgb(24,1,236); }
H1.HeaderClassName
{
color: #1801EC;
}
.AnyTagClassName
{
color: #1801EC;
}
</style>
background-color css
<style>
a { background-color: #1801EC; }
a { background-color: rgb(24,1,236); }
div.DivClassName
{
background-color: #1801EC;
}
.BgClassName
{
background-color: #1801EC;
}
</style>
border-color css
<style>
span { border-color: #1801EC; }
span { border-color: rgb(24,1,236); }
td.TdClassName
{
border-color: #1801EC;
}
.TagClassName
{
border-color: #1801EC;
}
</style>