Shades of Persian Blue #013BCD
Tints of Persian Blue #013BCD
RGB
CMYK
RGB Variations
Color information
#013BCD (or 0x013BCD) is known color: Persian Blue. HEX triplet: 01, 3B and CD. RGB value is (1,59,205). Sum of RGB (Red+Green+Blue) = 1+59+205=265 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 205 (80.47% from 255 or 77.36% from 265); Max value from RGB is 205 - color contains mainly: blue. Hex color #013BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BCD is #FEC432. Grayscale: #393939. Windows color (decimal): -16696371 or 13449985. OLE color: 13449985.
HSL color Cylindrical-coordinate representation of color #013BCD: hue angle of 222.94º 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 #013BCD is Cyan = 1.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 59 | 205 | - |
| CMYK | 1.00 | 0.71 | 0 | 0.20 |
| HSL | 222.94º | 0.99% | 0.4% | - |
| HSV(B) | 222.94º | 1% | 0.8% | - |
| XYZ | 12.6 | 7.54 | 58.55 | - |
| YUV | 58.3 | 210.78 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 205 | 1.00 | 0.71 | 0 | 0.20 | 222.94 | 0.99 | 0.4 |
| Hex | 1 | 3B | CD | 64 | 47 | 0 | 14 | DF | 63 | 28 |
| Octal | 1 | 73 | 315 | 144 | 107 | 0 | 24 | 337 | 143 | 50 |
| Binary | 1 | 111011 | 11001101 | 1100100 | 1000111 | 0 | 10100 | 11011111 | 1100011 | 101000 |
Color Harmonies of #013BCD
Complementary color
Monochromatic Colors of #013BCD
Black with #013BCD
Text Example
Text Example
White with #013BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013BCD; }
p { color: rgb(1,59,205); }
H1.HeaderClassName
{
color: #013BCD;
}
.AnyTagClassName
{
color: #013BCD;
}
</style>
background-color css
<style>
a { background-color: #013BCD; }
a { background-color: rgb(1,59,205); }
div.DivClassName
{
background-color: #013BCD;
}
.BgClassName
{
background-color: #013BCD;
}
</style>
border-color css
<style>
span { border-color: #013BCD; }
span { border-color: rgb(1,59,205); }
td.TdClassName
{
border-color: #013BCD;
}
.TagClassName
{
border-color: #013BCD;
}
</style>