Shades of Blue #012CEB
Tints of Blue #012CEB
RGB
CMYK
RGB Variations
Color information
#012CEB (or 0x012CEB) is known color: Blue. HEX triplet: 01, 2C and EB. RGB value is (1,44,235). Sum of RGB (Red+Green+Blue) = 1+44+235=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 235 (92.19% from 255 or 83.93% from 280); Max value from RGB is 235 - color contains mainly: blue. Hex color #012CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012CEB is #FED314. Grayscale: #343434. Windows color (decimal): -16700181 or 15412225. OLE color: 15412225.
HSL color Cylindrical-coordinate representation of color #012CEB: hue angle of 228.97º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012CEB is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 44 | 235 | - |
| CMYK | 1.00 | 0.81 | 0 | 0.08 |
| HSL | 228.97º | 0.99% | 0.46% | - |
| HSV(B) | 228.97º | 1% | 0.92% | - |
| XYZ | 15.91 | 7.81 | 79.27 | - |
| YUV | 52.92 | 230.75 | 90.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 235 | 1.00 | 0.81 | 0 | 0.08 | 228.97 | 0.99 | 0.46 |
| Hex | 1 | 2C | EB | 64 | 51 | 0 | 8 | E5 | 63 | 2E |
| Octal | 1 | 54 | 353 | 144 | 121 | 0 | 10 | 345 | 143 | 56 |
| Binary | 1 | 101100 | 11101011 | 1100100 | 1010001 | 0 | 1000 | 11100101 | 1100011 | 101110 |
Color Harmonies of #012CEB
Complementary color
Monochromatic Colors of #012CEB
Black with #012CEB
Text Example
Text Example
White with #012CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012CEB; }
p { color: rgb(1,44,235); }
H1.HeaderClassName
{
color: #012CEB;
}
.AnyTagClassName
{
color: #012CEB;
}
</style>
background-color css
<style>
a { background-color: #012CEB; }
a { background-color: rgb(1,44,235); }
div.DivClassName
{
background-color: #012CEB;
}
.BgClassName
{
background-color: #012CEB;
}
</style>
border-color css
<style>
span { border-color: #012CEB; }
span { border-color: rgb(1,44,235); }
td.TdClassName
{
border-color: #012CEB;
}
.TagClassName
{
border-color: #012CEB;
}
</style>