Shades of Blue #012CEA
Tints of Blue #012CEA
RGB
CMYK
RGB Variations
Color information
#012CEA (or 0x012CEA) is known color: Blue. HEX triplet: 01, 2C and EA. RGB value is (1,44,234). Sum of RGB (Red+Green+Blue) = 1+44+234=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 234 (91.80% from 255 or 83.87% from 279); Max value from RGB is 234 - color contains mainly: blue. Hex color #012CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012CEA is #FED315. Grayscale: #343434. Windows color (decimal): -16700182 or 15346689. OLE color: 15346689.
HSL color Cylindrical-coordinate representation of color #012CEA: hue angle of 228.93º 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 #012CEA is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 44 | 234 | - |
| CMYK | 1.00 | 0.81 | 0 | 0.08 |
| HSL | 228.93º | 0.99% | 0.46% | - |
| HSV(B) | 228.93º | 1% | 0.92% | - |
| XYZ | 15.76 | 7.75 | 78.51 | - |
| YUV | 52.8 | 230.25 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 44 | 234 | 1.00 | 0.81 | 0 | 0.08 | 228.93 | 0.99 | 0.46 |
| Hex | 1 | 2C | EA | 64 | 51 | 0 | 8 | E5 | 63 | 2E |
| Octal | 1 | 54 | 352 | 144 | 121 | 0 | 10 | 345 | 143 | 56 |
| Binary | 1 | 101100 | 11101010 | 1100100 | 1010001 | 0 | 1000 | 11100101 | 1100011 | 101110 |
Color Harmonies of #012CEA
Complementary color
Monochromatic Colors of #012CEA
Black with #012CEA
Text Example
Text Example
White with #012CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012CEA; }
p { color: rgb(1,44,234); }
H1.HeaderClassName
{
color: #012CEA;
}
.AnyTagClassName
{
color: #012CEA;
}
</style>
background-color css
<style>
a { background-color: #012CEA; }
a { background-color: rgb(1,44,234); }
div.DivClassName
{
background-color: #012CEA;
}
.BgClassName
{
background-color: #012CEA;
}
</style>
border-color css
<style>
span { border-color: #012CEA; }
span { border-color: rgb(1,44,234); }
td.TdClassName
{
border-color: #012CEA;
}
.TagClassName
{
border-color: #012CEA;
}
</style>