Shades of Persian Blue #013BE6
Tints of Persian Blue #013BE6
RGB
CMYK
RGB Variations
Color information
#013BE6 (or 0x013BE6) is known color: Persian Blue. HEX triplet: 01, 3B and E6. RGB value is (1,59,230). Sum of RGB (Red+Green+Blue) = 1+59+230=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 230 (90.23% from 255 or 79.31% from 290); Max value from RGB is 230 - color contains mainly: blue. Hex color #013BE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013BE6 is #FEC419. Grayscale: #3C3C3C. Windows color (decimal): -16696346 or 15088385. OLE color: 15088385.
HSL color Cylindrical-coordinate representation of color #013BE6: hue angle of 224.8º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013BE6 is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 59 | 230 | - |
| CMYK | 1.00 | 0.74 | 0 | 0.10 |
| HSL | 224.8º | 0.99% | 0.45% | - |
| HSV(B) | 224.8º | 1% | 0.9% | - |
| XYZ | 15.86 | 8.85 | 75.73 | - |
| YUV | 61.15 | 223.28 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 230 | 1.00 | 0.74 | 0 | 0.10 | 224.8 | 0.99 | 0.45 |
| Hex | 1 | 3B | E6 | 64 | 4A | 0 | A | E1 | 63 | 2D |
| Octal | 1 | 73 | 346 | 144 | 112 | 0 | 12 | 341 | 143 | 55 |
| Binary | 1 | 111011 | 11100110 | 1100100 | 1001010 | 0 | 1010 | 11100001 | 1100011 | 101101 |
Color Harmonies of #013BE6
Complementary color
Monochromatic Colors of #013BE6
Black with #013BE6
Text Example
Text Example
White with #013BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013BE6; }
p { color: rgb(1,59,230); }
H1.HeaderClassName
{
color: #013BE6;
}
.AnyTagClassName
{
color: #013BE6;
}
</style>
background-color css
<style>
a { background-color: #013BE6; }
a { background-color: rgb(1,59,230); }
div.DivClassName
{
background-color: #013BE6;
}
.BgClassName
{
background-color: #013BE6;
}
</style>
border-color css
<style>
span { border-color: #013BE6; }
span { border-color: rgb(1,59,230); }
td.TdClassName
{
border-color: #013BE6;
}
.TagClassName
{
border-color: #013BE6;
}
</style>