Shades of Blue #001CEA
Tints of Blue #001CEA
RGB
CMYK
RGB Variations
Color information
#001CEA (or 0x001CEA) is known color: Blue. HEX triplet: 00, 1C and EA. RGB value is (0,28,234). Sum of RGB (Red+Green+Blue) = 0+28+234=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 234 (91.80% from 255 or 89.31% from 262); Max value from RGB is 234 - color contains mainly: blue. Hex color #001CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001CEA is #FFE315. Grayscale: #2A2A2A. Windows color (decimal): -16769814 or 15342592. OLE color: 15342592.
HSL color Cylindrical-coordinate representation of color #001CEA: hue angle of 232.82º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CEA is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 28 | 234 | - |
| CMYK | 1 | 0.88 | 0 | 0.08 |
| HSL | 232.82º | 1% | 0.46% | - |
| HSV(B) | 232.82º | 1% | 0.92% | - |
| XYZ | 15.27 | 6.77 | 78.34 | - |
| YUV | 43.11 | 235.72 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 234 | 1 | 0.88 | 0 | 0.08 | 232.82 | 1 | 0.46 |
| Hex | 0 | 1C | EA | 64 | 58 | 0 | 8 | E9 | 64 | 2E |
| Octal | 0 | 34 | 352 | 144 | 130 | 0 | 10 | 351 | 144 | 56 |
| Binary | 0 | 11100 | 11101010 | 1100100 | 1011000 | 0 | 1000 | 11101001 | 1100100 | 101110 |
Color Harmonies of #001CEA
Complementary color
Monochromatic Colors of #001CEA
Black with #001CEA
Text Example
Text Example
White with #001CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CEA; }
p { color: rgb(0,28,234); }
H1.HeaderClassName
{
color: #001CEA;
}
.AnyTagClassName
{
color: #001CEA;
}
</style>
background-color css
<style>
a { background-color: #001CEA; }
a { background-color: rgb(0,28,234); }
div.DivClassName
{
background-color: #001CEA;
}
.BgClassName
{
background-color: #001CEA;
}
</style>
border-color css
<style>
span { border-color: #001CEA; }
span { border-color: rgb(0,28,234); }
td.TdClassName
{
border-color: #001CEA;
}
.TagClassName
{
border-color: #001CEA;
}
</style>