Shades of Persian Blue #013FDD
Tints of Persian Blue #013FDD
RGB
CMYK
RGB Variations
Color information
#013FDD (or 0x013FDD) is known color: Persian Blue. HEX triplet: 01, 3F and DD. RGB value is (1,63,221). Sum of RGB (Red+Green+Blue) = 1+63+221=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 221 (86.72% from 255 or 77.54% from 285); Max value from RGB is 221 - color contains mainly: blue. Hex color #013FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013FDD is #FEC022. Grayscale: #3D3D3D. Windows color (decimal): -16695331 or 14499585. OLE color: 14499585.
HSL color Cylindrical-coordinate representation of color #013FDD: hue angle of 223.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013FDD is Cyan = 1.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 63 | 221 | - |
| CMYK | 1.00 | 0.71 | 0 | 0.13 |
| HSL | 223.09º | 0.99% | 0.44% | - |
| HSV(B) | 223.09º | 1% | 0.87% | - |
| XYZ | 14.84 | 8.78 | 69.32 | - |
| YUV | 62.47 | 217.46 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 221 | 1.00 | 0.71 | 0 | 0.13 | 223.09 | 0.99 | 0.44 |
| Hex | 1 | 3F | DD | 64 | 47 | 0 | D | DF | 63 | 2C |
| Octal | 1 | 77 | 335 | 144 | 107 | 0 | 15 | 337 | 143 | 54 |
| Binary | 1 | 111111 | 11011101 | 1100100 | 1000111 | 0 | 1101 | 11011111 | 1100011 | 101100 |
Color Harmonies of #013FDD
Complementary color
Monochromatic Colors of #013FDD
Black with #013FDD
Text Example
Text Example
White with #013FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013FDD; }
p { color: rgb(1,63,221); }
H1.HeaderClassName
{
color: #013FDD;
}
.AnyTagClassName
{
color: #013FDD;
}
</style>
background-color css
<style>
a { background-color: #013FDD; }
a { background-color: rgb(1,63,221); }
div.DivClassName
{
background-color: #013FDD;
}
.BgClassName
{
background-color: #013FDD;
}
</style>
border-color css
<style>
span { border-color: #013FDD; }
span { border-color: rgb(1,63,221); }
td.TdClassName
{
border-color: #013FDD;
}
.TagClassName
{
border-color: #013FDD;
}
</style>