Shades of Blue #001CEC
Tints of Blue #001CEC
RGB
CMYK
RGB Variations
Color information
#001CEC (or 0x001CEC) is known color: Blue. HEX triplet: 00, 1C and EC. RGB value is (0,28,236). Sum of RGB (Red+Green+Blue) = 0+28+236=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 236 (92.58% from 255 or 89.39% from 264); Max value from RGB is 236 - color contains mainly: blue. Hex color #001CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001CEC is #FFE313. Grayscale: #2A2A2A. Windows color (decimal): -16769812 or 15473664. OLE color: 15473664.
HSL color Cylindrical-coordinate representation of color #001CEC: hue angle of 232.88º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CEC is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 28 | 236 | - |
| CMYK | 1 | 0.88 | 0 | 0.07 |
| HSL | 232.88º | 1% | 0.46% | - |
| HSV(B) | 232.88º | 1% | 0.93% | - |
| XYZ | 15.56 | 6.89 | 79.87 | - |
| YUV | 43.34 | 236.72 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 236 | 1 | 0.88 | 0 | 0.07 | 232.88 | 1 | 0.46 |
| Hex | 0 | 1C | EC | 64 | 58 | 0 | 7 | E9 | 64 | 2E |
| Octal | 0 | 34 | 354 | 144 | 130 | 0 | 7 | 351 | 144 | 56 |
| Binary | 0 | 11100 | 11101100 | 1100100 | 1011000 | 0 | 111 | 11101001 | 1100100 | 101110 |
Color Harmonies of #001CEC
Complementary color
Monochromatic Colors of #001CEC
Black with #001CEC
Text Example
Text Example
White with #001CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CEC; }
p { color: rgb(0,28,236); }
H1.HeaderClassName
{
color: #001CEC;
}
.AnyTagClassName
{
color: #001CEC;
}
</style>
background-color css
<style>
a { background-color: #001CEC; }
a { background-color: rgb(0,28,236); }
div.DivClassName
{
background-color: #001CEC;
}
.BgClassName
{
background-color: #001CEC;
}
</style>
border-color css
<style>
span { border-color: #001CEC; }
span { border-color: rgb(0,28,236); }
td.TdClassName
{
border-color: #001CEC;
}
.TagClassName
{
border-color: #001CEC;
}
</style>