Shades of Persian Blue #013BED
Tints of Persian Blue #013BED
RGB
CMYK
RGB Variations
Color information
#013BED (or 0x013BED) is known color: Persian Blue. HEX triplet: 01, 3B and ED. RGB value is (1,59,237). Sum of RGB (Red+Green+Blue) = 1+59+237=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 237 (92.97% from 255 or 79.80% from 297); Max value from RGB is 237 - color contains mainly: blue. Hex color #013BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013BED is #FEC412. Grayscale: #3D3D3D. Windows color (decimal): -16696339 or 15547137. OLE color: 15547137.
HSL color Cylindrical-coordinate representation of color #013BED: hue angle of 225.25º 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 #013BED is Cyan = 1.00, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 59 | 237 | - |
| CMYK | 1.00 | 0.75 | 0 | 0.07 |
| HSL | 225.25º | 0.99% | 0.47% | - |
| HSV(B) | 225.25º | 1% | 0.93% | - |
| XYZ | 16.86 | 9.25 | 81.02 | - |
| YUV | 61.95 | 226.78 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 237 | 1.00 | 0.75 | 0 | 0.07 | 225.25 | 0.99 | 0.47 |
| Hex | 1 | 3B | ED | 64 | 4B | 0 | 7 | E1 | 63 | 2F |
| Octal | 1 | 73 | 355 | 144 | 113 | 0 | 7 | 341 | 143 | 57 |
| Binary | 1 | 111011 | 11101101 | 1100100 | 1001011 | 0 | 111 | 11100001 | 1100011 | 101111 |
Color Harmonies of #013BED
Complementary color
Monochromatic Colors of #013BED
Black with #013BED
Text Example
Text Example
White with #013BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013BED; }
p { color: rgb(1,59,237); }
H1.HeaderClassName
{
color: #013BED;
}
.AnyTagClassName
{
color: #013BED;
}
</style>
background-color css
<style>
a { background-color: #013BED; }
a { background-color: rgb(1,59,237); }
div.DivClassName
{
background-color: #013BED;
}
.BgClassName
{
background-color: #013BED;
}
</style>
border-color css
<style>
span { border-color: #013BED; }
span { border-color: rgb(1,59,237); }
td.TdClassName
{
border-color: #013BED;
}
.TagClassName
{
border-color: #013BED;
}
</style>