Shades of Blue #001CE8
Tints of Blue #001CE8
RGB
CMYK
RGB Variations
Color information
#001CE8 (or 0x001CE8) is known color: Blue. HEX triplet: 00, 1C and E8. RGB value is (0,28,232). Sum of RGB (Red+Green+Blue) = 0+28+232=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 232 (91.02% from 255 or 89.23% from 260); Max value from RGB is 232 - color contains mainly: blue. Hex color #001CE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001CE8 is #FFE317. Grayscale: #2A2A2A. Windows color (decimal): -16769816 or 15211520. OLE color: 15211520.
HSL color Cylindrical-coordinate representation of color #001CE8: hue angle of 232.76º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CE8 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 28 | 232 | - |
| CMYK | 1 | 0.88 | 0 | 0.09 |
| HSL | 232.76º | 1% | 0.45% | - |
| HSV(B) | 232.76º | 1% | 0.91% | - |
| XYZ | 14.98 | 6.66 | 76.84 | - |
| YUV | 42.88 | 234.72 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 232 | 1 | 0.88 | 0 | 0.09 | 232.76 | 1 | 0.45 |
| Hex | 0 | 1C | E8 | 64 | 58 | 0 | 9 | E9 | 64 | 2D |
| Octal | 0 | 34 | 350 | 144 | 130 | 0 | 11 | 351 | 144 | 55 |
| Binary | 0 | 11100 | 11101000 | 1100100 | 1011000 | 0 | 1001 | 11101001 | 1100100 | 101101 |
Color Harmonies of #001CE8
Complementary color
Monochromatic Colors of #001CE8
Black with #001CE8
Text Example
Text Example
White with #001CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CE8; }
p { color: rgb(0,28,232); }
H1.HeaderClassName
{
color: #001CE8;
}
.AnyTagClassName
{
color: #001CE8;
}
</style>
background-color css
<style>
a { background-color: #001CE8; }
a { background-color: rgb(0,28,232); }
div.DivClassName
{
background-color: #001CE8;
}
.BgClassName
{
background-color: #001CE8;
}
</style>
border-color css
<style>
span { border-color: #001CE8; }
span { border-color: rgb(0,28,232); }
td.TdClassName
{
border-color: #001CE8;
}
.TagClassName
{
border-color: #001CE8;
}
</style>