Shades of Persian Blue #013DDC
Tints of Persian Blue #013DDC
RGB
CMYK
RGB Variations
Color information
#013DDC (or 0x013DDC) is known color: Persian Blue. HEX triplet: 01, 3D and DC. RGB value is (1,61,220). Sum of RGB (Red+Green+Blue) = 1+61+220=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 220 (86.33% from 255 or 78.01% from 282); Max value from RGB is 220 - color contains mainly: blue. Hex color #013DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013DDC is #FEC223. Grayscale: #3C3C3C. Windows color (decimal): -16695844 or 14433537. OLE color: 14433537.
HSL color Cylindrical-coordinate representation of color #013DDC: hue angle of 223.56º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013DDC is Cyan = 1.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 61 | 220 | - |
| CMYK | 1.00 | 0.72 | 0 | 0.14 |
| HSL | 223.56º | 0.99% | 0.43% | - |
| HSV(B) | 223.56º | 1% | 0.86% | - |
| XYZ | 14.6 | 8.51 | 68.58 | - |
| YUV | 61.19 | 217.62 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 220 | 1.00 | 0.72 | 0 | 0.14 | 223.56 | 0.99 | 0.43 |
| Hex | 1 | 3D | DC | 64 | 48 | 0 | E | E0 | 63 | 2B |
| Octal | 1 | 75 | 334 | 144 | 110 | 0 | 16 | 340 | 143 | 53 |
| Binary | 1 | 111101 | 11011100 | 1100100 | 1001000 | 0 | 1110 | 11100000 | 1100011 | 101011 |
Color Harmonies of #013DDC
Complementary color
Monochromatic Colors of #013DDC
Black with #013DDC
Text Example
Text Example
White with #013DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013DDC; }
p { color: rgb(1,61,220); }
H1.HeaderClassName
{
color: #013DDC;
}
.AnyTagClassName
{
color: #013DDC;
}
</style>
background-color css
<style>
a { background-color: #013DDC; }
a { background-color: rgb(1,61,220); }
div.DivClassName
{
background-color: #013DDC;
}
.BgClassName
{
background-color: #013DDC;
}
</style>
border-color css
<style>
span { border-color: #013DDC; }
span { border-color: rgb(1,61,220); }
td.TdClassName
{
border-color: #013DDC;
}
.TagClassName
{
border-color: #013DDC;
}
</style>