Shades of Persian Blue #013CCF
Tints of Persian Blue #013CCF
RGB
CMYK
RGB Variations
Color information
#013CCF (or 0x013CCF) is known color: Persian Blue. HEX triplet: 01, 3C and CF. RGB value is (1,60,207). Sum of RGB (Red+Green+Blue) = 1+60+207=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 207 (81.25% from 255 or 77.24% from 268); Max value from RGB is 207 - color contains mainly: blue. Hex color #013CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013CCF is #FEC330. Grayscale: #3A3A3A. Windows color (decimal): -16696113 or 13581313. OLE color: 13581313.
HSL color Cylindrical-coordinate representation of color #013CCF: hue angle of 222.82º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013CCF is Cyan = 1.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 60 | 207 | - |
| CMYK | 1.00 | 0.71 | 0 | 0.19 |
| HSL | 222.82º | 0.99% | 0.41% | - |
| HSV(B) | 222.82º | 1% | 0.81% | - |
| XYZ | 12.89 | 7.74 | 59.85 | - |
| YUV | 59.12 | 211.45 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 207 | 1.00 | 0.71 | 0 | 0.19 | 222.82 | 0.99 | 0.41 |
| Hex | 1 | 3C | CF | 64 | 47 | 0 | 13 | DF | 63 | 29 |
| Octal | 1 | 74 | 317 | 144 | 107 | 0 | 23 | 337 | 143 | 51 |
| Binary | 1 | 111100 | 11001111 | 1100100 | 1000111 | 0 | 10011 | 11011111 | 1100011 | 101001 |
Color Harmonies of #013CCF
Complementary color
Monochromatic Colors of #013CCF
Black with #013CCF
Text Example
Text Example
White with #013CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013CCF; }
p { color: rgb(1,60,207); }
H1.HeaderClassName
{
color: #013CCF;
}
.AnyTagClassName
{
color: #013CCF;
}
</style>
background-color css
<style>
a { background-color: #013CCF; }
a { background-color: rgb(1,60,207); }
div.DivClassName
{
background-color: #013CCF;
}
.BgClassName
{
background-color: #013CCF;
}
</style>
border-color css
<style>
span { border-color: #013CCF; }
span { border-color: rgb(1,60,207); }
td.TdClassName
{
border-color: #013CCF;
}
.TagClassName
{
border-color: #013CCF;
}
</style>