Shades of Persian Blue #013AED
Tints of Persian Blue #013AED
RGB
CMYK
RGB Variations
Color information
#013AED (or 0x013AED) is known color: Persian Blue. HEX triplet: 01, 3A and ED. RGB value is (1,58,237). Sum of RGB (Red+Green+Blue) = 1+58+237=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 237 (92.97% from 255 or 80.07% from 296); Max value from RGB is 237 - color contains mainly: blue. Hex color #013AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013AED is #FEC512. Grayscale: #3C3C3C. Windows color (decimal): -16696595 or 15546881. OLE color: 15546881.
HSL color Cylindrical-coordinate representation of color #013AED: hue angle of 225.51º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013AED is Cyan = 1.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 58 | 237 | - |
| CMYK | 1.00 | 0.76 | 0 | 0.07 |
| HSL | 225.51º | 0.99% | 0.47% | - |
| HSV(B) | 225.51º | 1% | 0.93% | - |
| XYZ | 16.81 | 9.15 | 81 | - |
| YUV | 61.36 | 227.12 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 237 | 1.00 | 0.76 | 0 | 0.07 | 225.51 | 0.99 | 0.47 |
| Hex | 1 | 3A | ED | 64 | 4C | 0 | 7 | E2 | 63 | 2F |
| Octal | 1 | 72 | 355 | 144 | 114 | 0 | 7 | 342 | 143 | 57 |
| Binary | 1 | 111010 | 11101101 | 1100100 | 1001100 | 0 | 111 | 11100010 | 1100011 | 101111 |
Color Harmonies of #013AED
Complementary color
Monochromatic Colors of #013AED
Black with #013AED
Text Example
Text Example
White with #013AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013AED; }
p { color: rgb(1,58,237); }
H1.HeaderClassName
{
color: #013AED;
}
.AnyTagClassName
{
color: #013AED;
}
</style>
background-color css
<style>
a { background-color: #013AED; }
a { background-color: rgb(1,58,237); }
div.DivClassName
{
background-color: #013AED;
}
.BgClassName
{
background-color: #013AED;
}
</style>
border-color css
<style>
span { border-color: #013AED; }
span { border-color: rgb(1,58,237); }
td.TdClassName
{
border-color: #013AED;
}
.TagClassName
{
border-color: #013AED;
}
</style>