Shades of Blue #012EE9
Tints of Blue #012EE9
RGB
CMYK
RGB Variations
Color information
#012EE9 (or 0x012EE9) is known color: Blue. HEX triplet: 01, 2E and E9. RGB value is (1,46,233). Sum of RGB (Red+Green+Blue) = 1+46+233=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 233 (91.41% from 255 or 83.21% from 280); Max value from RGB is 233 - color contains mainly: blue. Hex color #012EE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012EE9 is #FED116. Grayscale: #353535. Windows color (decimal): -16699671 or 15281665. OLE color: 15281665.
HSL color Cylindrical-coordinate representation of color #012EE9: hue angle of 228.36º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012EE9 is Cyan = 1.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 46 | 233 | - |
| CMYK | 1.00 | 0.80 | 0 | 0.09 |
| HSL | 228.36º | 0.99% | 0.46% | - |
| HSV(B) | 228.36º | 1% | 0.91% | - |
| XYZ | 15.7 | 7.84 | 77.78 | - |
| YUV | 53.86 | 229.09 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 233 | 1.00 | 0.80 | 0 | 0.09 | 228.36 | 0.99 | 0.46 |
| Hex | 1 | 2E | E9 | 64 | 50 | 0 | 9 | E4 | 63 | 2E |
| Octal | 1 | 56 | 351 | 144 | 120 | 0 | 11 | 344 | 143 | 56 |
| Binary | 1 | 101110 | 11101001 | 1100100 | 1010000 | 0 | 1001 | 11100100 | 1100011 | 101110 |
Color Harmonies of #012EE9
Complementary color
Monochromatic Colors of #012EE9
Black with #012EE9
Text Example
Text Example
White with #012EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012EE9; }
p { color: rgb(1,46,233); }
H1.HeaderClassName
{
color: #012EE9;
}
.AnyTagClassName
{
color: #012EE9;
}
</style>
background-color css
<style>
a { background-color: #012EE9; }
a { background-color: rgb(1,46,233); }
div.DivClassName
{
background-color: #012EE9;
}
.BgClassName
{
background-color: #012EE9;
}
</style>
border-color css
<style>
span { border-color: #012EE9; }
span { border-color: rgb(1,46,233); }
td.TdClassName
{
border-color: #012EE9;
}
.TagClassName
{
border-color: #012EE9;
}
</style>