Shades of Blue #001CE6
Tints of Blue #001CE6
RGB
CMYK
RGB Variations
Color information
#001CE6 (or 0x001CE6) is known color: Blue. HEX triplet: 00, 1C and E6. RGB value is (0,28,230). Sum of RGB (Red+Green+Blue) = 0+28+230=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 230 (90.23% from 255 or 89.15% from 258); Max value from RGB is 230 - color contains mainly: blue. Hex color #001CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001CE6 is #FFE319. Grayscale: #292929. Windows color (decimal): -16769818 or 15080448. OLE color: 15080448.
HSL color Cylindrical-coordinate representation of color #001CE6: hue angle of 232.7º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CE6 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 28 | 230 | - |
| CMYK | 1 | 0.88 | 0 | 0.10 |
| HSL | 232.7º | 1% | 0.45% | - |
| HSV(B) | 232.7º | 1% | 0.9% | - |
| XYZ | 14.7 | 6.54 | 75.35 | - |
| YUV | 42.66 | 233.72 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 230 | 1 | 0.88 | 0 | 0.10 | 232.7 | 1 | 0.45 |
| Hex | 0 | 1C | E6 | 64 | 58 | 0 | A | E9 | 64 | 2D |
| Octal | 0 | 34 | 346 | 144 | 130 | 0 | 12 | 351 | 144 | 55 |
| Binary | 0 | 11100 | 11100110 | 1100100 | 1011000 | 0 | 1010 | 11101001 | 1100100 | 101101 |
Color Harmonies of #001CE6
Complementary color
Monochromatic Colors of #001CE6
Black with #001CE6
Text Example
Text Example
White with #001CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CE6; }
p { color: rgb(0,28,230); }
H1.HeaderClassName
{
color: #001CE6;
}
.AnyTagClassName
{
color: #001CE6;
}
</style>
background-color css
<style>
a { background-color: #001CE6; }
a { background-color: rgb(0,28,230); }
div.DivClassName
{
background-color: #001CE6;
}
.BgClassName
{
background-color: #001CE6;
}
</style>
border-color css
<style>
span { border-color: #001CE6; }
span { border-color: rgb(0,28,230); }
td.TdClassName
{
border-color: #001CE6;
}
.TagClassName
{
border-color: #001CE6;
}
</style>