Shades of Persian Blue #013ADF
Tints of Persian Blue #013ADF
RGB
CMYK
RGB Variations
Color information
#013ADF (or 0x013ADF) is known color: Persian Blue. HEX triplet: 01, 3A and DF. RGB value is (1,58,223). Sum of RGB (Red+Green+Blue) = 1+58+223=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 223 (87.5% from 255 or 79.08% from 282); Max value from RGB is 223 - color contains mainly: blue. Hex color #013ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013ADF is #FEC520. Grayscale: #3B3B3B. Windows color (decimal): -16696609 or 14629377. OLE color: 14629377.
HSL color Cylindrical-coordinate representation of color #013ADF: hue angle of 224.59º 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 #013ADF is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 58 | 223 | - |
| CMYK | 1.00 | 0.74 | 0 | 0.13 |
| HSL | 224.59º | 0.99% | 0.44% | - |
| HSV(B) | 224.59º | 1% | 0.87% | - |
| XYZ | 14.84 | 8.36 | 70.64 | - |
| YUV | 59.77 | 220.12 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 223 | 1.00 | 0.74 | 0 | 0.13 | 224.59 | 0.99 | 0.44 |
| Hex | 1 | 3A | DF | 64 | 4A | 0 | D | E1 | 63 | 2C |
| Octal | 1 | 72 | 337 | 144 | 112 | 0 | 15 | 341 | 143 | 54 |
| Binary | 1 | 111010 | 11011111 | 1100100 | 1001010 | 0 | 1101 | 11100001 | 1100011 | 101100 |
Color Harmonies of #013ADF
Complementary color
Monochromatic Colors of #013ADF
Black with #013ADF
Text Example
Text Example
White with #013ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013ADF; }
p { color: rgb(1,58,223); }
H1.HeaderClassName
{
color: #013ADF;
}
.AnyTagClassName
{
color: #013ADF;
}
</style>
background-color css
<style>
a { background-color: #013ADF; }
a { background-color: rgb(1,58,223); }
div.DivClassName
{
background-color: #013ADF;
}
.BgClassName
{
background-color: #013ADF;
}
</style>
border-color css
<style>
span { border-color: #013ADF; }
span { border-color: rgb(1,58,223); }
td.TdClassName
{
border-color: #013ADF;
}
.TagClassName
{
border-color: #013ADF;
}
</style>