Shades of Persian Blue #013ADE
Tints of Persian Blue #013ADE
RGB
CMYK
RGB Variations
Color information
#013ADE (or 0x013ADE) is known color: Persian Blue. HEX triplet: 01, 3A and DE. RGB value is (1,58,222). Sum of RGB (Red+Green+Blue) = 1+58+222=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 222 (87.11% from 255 or 79.00% from 281); Max value from RGB is 222 - color contains mainly: blue. Hex color #013ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013ADE is #FEC521. Grayscale: #3A3A3A. Windows color (decimal): -16696610 or 14563841. OLE color: 14563841.
HSL color Cylindrical-coordinate representation of color #013ADE: hue angle of 224.52º 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 #013ADE is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 58 | 222 | - |
| CMYK | 1.00 | 0.74 | 0 | 0.13 |
| HSL | 224.52º | 0.99% | 0.44% | - |
| HSV(B) | 224.52º | 1% | 0.87% | - |
| XYZ | 14.71 | 8.31 | 69.94 | - |
| YUV | 59.65 | 219.62 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 222 | 1.00 | 0.74 | 0 | 0.13 | 224.52 | 0.99 | 0.44 |
| Hex | 1 | 3A | DE | 64 | 4A | 0 | D | E1 | 63 | 2C |
| Octal | 1 | 72 | 336 | 144 | 112 | 0 | 15 | 341 | 143 | 54 |
| Binary | 1 | 111010 | 11011110 | 1100100 | 1001010 | 0 | 1101 | 11100001 | 1100011 | 101100 |
Color Harmonies of #013ADE
Complementary color
Monochromatic Colors of #013ADE
Black with #013ADE
Text Example
Text Example
White with #013ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013ADE; }
p { color: rgb(1,58,222); }
H1.HeaderClassName
{
color: #013ADE;
}
.AnyTagClassName
{
color: #013ADE;
}
</style>
background-color css
<style>
a { background-color: #013ADE; }
a { background-color: rgb(1,58,222); }
div.DivClassName
{
background-color: #013ADE;
}
.BgClassName
{
background-color: #013ADE;
}
</style>
border-color css
<style>
span { border-color: #013ADE; }
span { border-color: rgb(1,58,222); }
td.TdClassName
{
border-color: #013ADE;
}
.TagClassName
{
border-color: #013ADE;
}
</style>