Shades of Blue #001CEF
Tints of Blue #001CEF
RGB
CMYK
RGB Variations
Color information
#001CEF (or 0x001CEF) is known color: Blue. HEX triplet: 00, 1C and EF. RGB value is (0,28,239). Sum of RGB (Red+Green+Blue) = 0+28+239=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 28 (11.33% from 255 or 10.49% from 267); Blue value is 239 (93.75% from 255 or 89.51% from 267); Max value from RGB is 239 - color contains mainly: blue. Hex color #001CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001CEF is #FFE310. Grayscale: #2A2A2A. Windows color (decimal): -16769809 or 15670272. OLE color: 15670272.
HSL color Cylindrical-coordinate representation of color #001CEF: hue angle of 232.97º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001CEF is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 28 | 239 | - |
| CMYK | 1 | 0.88 | 0 | 0.06 |
| HSL | 232.97º | 1% | 0.47% | - |
| HSV(B) | 232.97º | 1% | 0.94% | - |
| XYZ | 16 | 7.06 | 82.18 | - |
| YUV | 43.68 | 238.22 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 239 | 1 | 0.88 | 0 | 0.06 | 232.97 | 1 | 0.47 |
| Hex | 0 | 1C | EF | 64 | 58 | 0 | 6 | E9 | 64 | 2F |
| Octal | 0 | 34 | 357 | 144 | 130 | 0 | 6 | 351 | 144 | 57 |
| Binary | 0 | 11100 | 11101111 | 1100100 | 1011000 | 0 | 110 | 11101001 | 1100100 | 101111 |
Color Harmonies of #001CEF
Complementary color
Monochromatic Colors of #001CEF
Black with #001CEF
Text Example
Text Example
White with #001CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001CEF; }
p { color: rgb(0,28,239); }
H1.HeaderClassName
{
color: #001CEF;
}
.AnyTagClassName
{
color: #001CEF;
}
</style>
background-color css
<style>
a { background-color: #001CEF; }
a { background-color: rgb(0,28,239); }
div.DivClassName
{
background-color: #001CEF;
}
.BgClassName
{
background-color: #001CEF;
}
</style>
border-color css
<style>
span { border-color: #001CEF; }
span { border-color: rgb(0,28,239); }
td.TdClassName
{
border-color: #001CEF;
}
.TagClassName
{
border-color: #001CEF;
}
</style>