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