Shades of Persian Blue #013CC9
Tints of Persian Blue #013CC9
RGB
CMYK
RGB Variations
Color information
#013CC9 (or 0x013CC9) is known color: Persian Blue. HEX triplet: 01, 3C and C9. RGB value is (1,60,201). Sum of RGB (Red+Green+Blue) = 1+60+201=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 201 (78.91% from 255 or 76.72% from 262); Max value from RGB is 201 - color contains mainly: blue. Hex color #013CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013CC9 is #FEC336. Grayscale: #393939. Windows color (decimal): -16696119 or 13188097. OLE color: 13188097.
HSL color Cylindrical-coordinate representation of color #013CC9: hue angle of 222.3º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013CC9 is Cyan = 1.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 60 | 201 | - |
| CMYK | 1.00 | 0.70 | 0 | 0.21 |
| HSL | 222.3º | 0.99% | 0.4% | - |
| HSV(B) | 222.3º | 1% | 0.79% | - |
| XYZ | 12.17 | 7.46 | 56.06 | - |
| YUV | 58.43 | 208.45 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 201 | 1.00 | 0.70 | 0 | 0.21 | 222.3 | 0.99 | 0.4 |
| Hex | 1 | 3C | C9 | 64 | 46 | 0 | 15 | DE | 63 | 28 |
| Octal | 1 | 74 | 311 | 144 | 106 | 0 | 25 | 336 | 143 | 50 |
| Binary | 1 | 111100 | 11001001 | 1100100 | 1000110 | 0 | 10101 | 11011110 | 1100011 | 101000 |
Color Harmonies of #013CC9
Complementary color
Monochromatic Colors of #013CC9
Black with #013CC9
Text Example
Text Example
White with #013CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013CC9; }
p { color: rgb(1,60,201); }
H1.HeaderClassName
{
color: #013CC9;
}
.AnyTagClassName
{
color: #013CC9;
}
</style>
background-color css
<style>
a { background-color: #013CC9; }
a { background-color: rgb(1,60,201); }
div.DivClassName
{
background-color: #013CC9;
}
.BgClassName
{
background-color: #013CC9;
}
</style>
border-color css
<style>
span { border-color: #013CC9; }
span { border-color: rgb(1,60,201); }
td.TdClassName
{
border-color: #013CC9;
}
.TagClassName
{
border-color: #013CC9;
}
</style>