Shades of Blue #001CEE
Tints of Blue #001CEE
RGB
CMYK
RGB Variations
Color information
#001CEE (or 0x001CEE) is known color: Blue. HEX triplet: 00, 1C and EE. RGB value is (0,28,238). Sum of RGB (Red+Green+Blue) = 0+28+238=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 238 (93.36% from 255 or 89.47% from 266); Max value from RGB is 238 - color contains mainly: blue. Hex color #001CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001CEE is #FFE311. Grayscale: #2A2A2A. Windows color (decimal): -16769810 or 15604736. OLE color: 15604736.
HSL color Cylindrical-coordinate representation of color #001CEE: hue angle of 232.94º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CEE is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 28 | 238 | - |
| CMYK | 1 | 0.88 | 0 | 0.07 |
| HSL | 232.94º | 1% | 0.47% | - |
| HSV(B) | 232.94º | 1% | 0.93% | - |
| XYZ | 15.85 | 7 | 81.41 | - |
| YUV | 43.57 | 237.72 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 238 | 1 | 0.88 | 0 | 0.07 | 232.94 | 1 | 0.47 |
| Hex | 0 | 1C | EE | 64 | 58 | 0 | 7 | E9 | 64 | 2F |
| Octal | 0 | 34 | 356 | 144 | 130 | 0 | 7 | 351 | 144 | 57 |
| Binary | 0 | 11100 | 11101110 | 1100100 | 1011000 | 0 | 111 | 11101001 | 1100100 | 101111 |
Color Harmonies of #001CEE
Complementary color
Monochromatic Colors of #001CEE
Black with #001CEE
Text Example
Text Example
White with #001CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CEE; }
p { color: rgb(0,28,238); }
H1.HeaderClassName
{
color: #001CEE;
}
.AnyTagClassName
{
color: #001CEE;
}
</style>
background-color css
<style>
a { background-color: #001CEE; }
a { background-color: rgb(0,28,238); }
div.DivClassName
{
background-color: #001CEE;
}
.BgClassName
{
background-color: #001CEE;
}
</style>
border-color css
<style>
span { border-color: #001CEE; }
span { border-color: rgb(0,28,238); }
td.TdClassName
{
border-color: #001CEE;
}
.TagClassName
{
border-color: #001CEE;
}
</style>