Shades of Persian Blue #013FE1
Tints of Persian Blue #013FE1
RGB
CMYK
RGB Variations
Color information
#013FE1 (or 0x013FE1) is known color: Persian Blue. HEX triplet: 01, 3F and E1. RGB value is (1,63,225). Sum of RGB (Red+Green+Blue) = 1+63+225=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 225 (88.28% from 255 or 77.85% from 289); Max value from RGB is 225 - color contains mainly: blue. Hex color #013FE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013FE1 is #FEC01E. Grayscale: #3E3E3E. Windows color (decimal): -16695327 or 14761729. OLE color: 14761729.
HSL color Cylindrical-coordinate representation of color #013FE1: hue angle of 223.39º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013FE1 is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 63 | 225 | - |
| CMYK | 1.00 | 0.72 | 0 | 0.12 |
| HSL | 223.39º | 0.99% | 0.44% | - |
| HSV(B) | 223.39º | 1% | 0.88% | - |
| XYZ | 15.38 | 9 | 72.16 | - |
| YUV | 62.93 | 219.46 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 225 | 1.00 | 0.72 | 0 | 0.12 | 223.39 | 0.99 | 0.44 |
| Hex | 1 | 3F | E1 | 64 | 48 | 0 | C | DF | 63 | 2C |
| Octal | 1 | 77 | 341 | 144 | 110 | 0 | 14 | 337 | 143 | 54 |
| Binary | 1 | 111111 | 11100001 | 1100100 | 1001000 | 0 | 1100 | 11011111 | 1100011 | 101100 |
Color Harmonies of #013FE1
Complementary color
Monochromatic Colors of #013FE1
Black with #013FE1
Text Example
Text Example
White with #013FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013FE1; }
p { color: rgb(1,63,225); }
H1.HeaderClassName
{
color: #013FE1;
}
.AnyTagClassName
{
color: #013FE1;
}
</style>
background-color css
<style>
a { background-color: #013FE1; }
a { background-color: rgb(1,63,225); }
div.DivClassName
{
background-color: #013FE1;
}
.BgClassName
{
background-color: #013FE1;
}
</style>
border-color css
<style>
span { border-color: #013FE1; }
span { border-color: rgb(1,63,225); }
td.TdClassName
{
border-color: #013FE1;
}
.TagClassName
{
border-color: #013FE1;
}
</style>