Shades of Persian Blue #013AEA
Tints of Persian Blue #013AEA
RGB
CMYK
RGB Variations
Color information
#013AEA (or 0x013AEA) is known color: Persian Blue. HEX triplet: 01, 3A and EA. RGB value is (1,58,234). Sum of RGB (Red+Green+Blue) = 1+58+234=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 234 (91.80% from 255 or 79.86% from 293); Max value from RGB is 234 - color contains mainly: blue. Hex color #013AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013AEA is #FEC515. Grayscale: #3C3C3C. Windows color (decimal): -16696598 or 15350273. OLE color: 15350273.
HSL color Cylindrical-coordinate representation of color #013AEA: hue angle of 225.32º 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 #013AEA is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 58 | 234 | - |
| CMYK | 1.00 | 0.75 | 0 | 0.08 |
| HSL | 225.32º | 0.99% | 0.46% | - |
| HSV(B) | 225.32º | 1% | 0.92% | - |
| XYZ | 16.38 | 8.97 | 78.71 | - |
| YUV | 61.02 | 225.62 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 234 | 1.00 | 0.75 | 0 | 0.08 | 225.32 | 0.99 | 0.46 |
| Hex | 1 | 3A | EA | 64 | 4B | 0 | 8 | E1 | 63 | 2E |
| Octal | 1 | 72 | 352 | 144 | 113 | 0 | 10 | 341 | 143 | 56 |
| Binary | 1 | 111010 | 11101010 | 1100100 | 1001011 | 0 | 1000 | 11100001 | 1100011 | 101110 |
Color Harmonies of #013AEA
Complementary color
Monochromatic Colors of #013AEA
Black with #013AEA
Text Example
Text Example
White with #013AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013AEA; }
p { color: rgb(1,58,234); }
H1.HeaderClassName
{
color: #013AEA;
}
.AnyTagClassName
{
color: #013AEA;
}
</style>
background-color css
<style>
a { background-color: #013AEA; }
a { background-color: rgb(1,58,234); }
div.DivClassName
{
background-color: #013AEA;
}
.BgClassName
{
background-color: #013AEA;
}
</style>
border-color css
<style>
span { border-color: #013AEA; }
span { border-color: rgb(1,58,234); }
td.TdClassName
{
border-color: #013AEA;
}
.TagClassName
{
border-color: #013AEA;
}
</style>