Shades of Persian Blue #013BE0
Tints of Persian Blue #013BE0
RGB
CMYK
RGB Variations
Color information
#013BE0 (or 0x013BE0) is known color: Persian Blue. HEX triplet: 01, 3B and E0. RGB value is (1,59,224). Sum of RGB (Red+Green+Blue) = 1+59+224=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 224 (87.89% from 255 or 78.87% from 284); Max value from RGB is 224 - color contains mainly: blue. Hex color #013BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BE0 is #FEC41F. Grayscale: #3B3B3B. Windows color (decimal): -16696352 or 14695169. OLE color: 14695169.
HSL color Cylindrical-coordinate representation of color #013BE0: hue angle of 224.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 #013BE0 is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 59 | 224 | - |
| CMYK | 1.00 | 0.74 | 0 | 0.12 |
| HSL | 224.39º | 0.99% | 0.44% | - |
| HSV(B) | 224.39º | 1% | 0.88% | - |
| XYZ | 15.03 | 8.52 | 71.37 | - |
| YUV | 60.47 | 220.28 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 224 | 1.00 | 0.74 | 0 | 0.12 | 224.39 | 0.99 | 0.44 |
| Hex | 1 | 3B | E0 | 64 | 4A | 0 | C | E0 | 63 | 2C |
| Octal | 1 | 73 | 340 | 144 | 112 | 0 | 14 | 340 | 143 | 54 |
| Binary | 1 | 111011 | 11100000 | 1100100 | 1001010 | 0 | 1100 | 11100000 | 1100011 | 101100 |
Color Harmonies of #013BE0
Complementary color
Monochromatic Colors of #013BE0
Black with #013BE0
Text Example
Text Example
White with #013BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013BE0; }
p { color: rgb(1,59,224); }
H1.HeaderClassName
{
color: #013BE0;
}
.AnyTagClassName
{
color: #013BE0;
}
</style>
background-color css
<style>
a { background-color: #013BE0; }
a { background-color: rgb(1,59,224); }
div.DivClassName
{
background-color: #013BE0;
}
.BgClassName
{
background-color: #013BE0;
}
</style>
border-color css
<style>
span { border-color: #013BE0; }
span { border-color: rgb(1,59,224); }
td.TdClassName
{
border-color: #013BE0;
}
.TagClassName
{
border-color: #013BE0;
}
</style>