Shades of Persian Blue #013CCD
Tints of Persian Blue #013CCD
RGB
CMYK
RGB Variations
Color information
#013CCD (or 0x013CCD) is known color: Persian Blue. HEX triplet: 01, 3C and CD. RGB value is (1,60,205). Sum of RGB (Red+Green+Blue) = 1+60+205=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #013CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013CCD is #FEC332. Grayscale: #3A3A3A. Windows color (decimal): -16696115 or 13450241. OLE color: 13450241.
HSL color Cylindrical-coordinate representation of color #013CCD: hue angle of 222.65º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013CCD is Cyan = 1.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 60 | 205 | - |
| CMYK | 1.00 | 0.71 | 0 | 0.20 |
| HSL | 222.65º | 0.99% | 0.4% | - |
| HSV(B) | 222.65º | 1% | 0.8% | - |
| XYZ | 12.65 | 7.65 | 58.57 | - |
| YUV | 58.89 | 210.45 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 205 | 1.00 | 0.71 | 0 | 0.20 | 222.65 | 0.99 | 0.4 |
| Hex | 1 | 3C | CD | 64 | 47 | 0 | 14 | DF | 63 | 28 |
| Octal | 1 | 74 | 315 | 144 | 107 | 0 | 24 | 337 | 143 | 50 |
| Binary | 1 | 111100 | 11001101 | 1100100 | 1000111 | 0 | 10100 | 11011111 | 1100011 | 101000 |
Color Harmonies of #013CCD
Complementary color
Monochromatic Colors of #013CCD
Black with #013CCD
Text Example
Text Example
White with #013CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013CCD; }
p { color: rgb(1,60,205); }
H1.HeaderClassName
{
color: #013CCD;
}
.AnyTagClassName
{
color: #013CCD;
}
</style>
background-color css
<style>
a { background-color: #013CCD; }
a { background-color: rgb(1,60,205); }
div.DivClassName
{
background-color: #013CCD;
}
.BgClassName
{
background-color: #013CCD;
}
</style>
border-color css
<style>
span { border-color: #013CCD; }
span { border-color: rgb(1,60,205); }
td.TdClassName
{
border-color: #013CCD;
}
.TagClassName
{
border-color: #013CCD;
}
</style>