Shades of Persian Blue #012ED1
Tints of Persian Blue #012ED1
RGB
CMYK
RGB Variations
Color information
#012ED1 (or 0x012ED1) is known color: Persian Blue. HEX triplet: 01, 2E and D1. RGB value is (1,46,209). Sum of RGB (Red+Green+Blue) = 1+46+209=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 209 (82.03% from 255 or 81.64% from 256); Max value from RGB is 209 - color contains mainly: blue. Hex color #012ED1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #012ED1 is #FED12E. Grayscale: #323232. Windows color (decimal): -16699695 or 13708801. OLE color: 13708801.
HSL color Cylindrical-coordinate representation of color #012ED1: hue angle of 227.02º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012ED1 is Cyan = 1.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 46 | 209 | - |
| CMYK | 1.00 | 0.78 | 0 | 0.18 |
| HSL | 227.02º | 0.99% | 0.41% | - |
| HSV(B) | 227.02º | 1% | 0.82% | - |
| XYZ | 12.5 | 6.56 | 60.93 | - |
| YUV | 51.13 | 217.09 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 46 | 209 | 1.00 | 0.78 | 0 | 0.18 | 227.02 | 0.99 | 0.41 |
| Hex | 1 | 2E | D1 | 64 | 4E | 0 | 12 | E3 | 63 | 29 |
| Octal | 1 | 56 | 321 | 144 | 116 | 0 | 22 | 343 | 143 | 51 |
| Binary | 1 | 101110 | 11010001 | 1100100 | 1001110 | 0 | 10010 | 11100011 | 1100011 | 101001 |
Color Harmonies of #012ED1
Complementary color
Monochromatic Colors of #012ED1
Black with #012ED1
Text Example
Text Example
White with #012ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012ED1; }
p { color: rgb(1,46,209); }
H1.HeaderClassName
{
color: #012ED1;
}
.AnyTagClassName
{
color: #012ED1;
}
</style>
background-color css
<style>
a { background-color: #012ED1; }
a { background-color: rgb(1,46,209); }
div.DivClassName
{
background-color: #012ED1;
}
.BgClassName
{
background-color: #012ED1;
}
</style>
border-color css
<style>
span { border-color: #012ED1; }
span { border-color: rgb(1,46,209); }
td.TdClassName
{
border-color: #012ED1;
}
.TagClassName
{
border-color: #012ED1;
}
</style>