Shades of Persian Blue #013BDE
Tints of Persian Blue #013BDE
RGB
CMYK
RGB Variations
Color information
#013BDE (or 0x013BDE) is known color: Persian Blue. HEX triplet: 01, 3B and DE. RGB value is (1,59,222). Sum of RGB (Red+Green+Blue) = 1+59+222=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 222 (87.11% from 255 or 78.72% from 282); Max value from RGB is 222 - color contains mainly: blue. Hex color #013BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BDE is #FEC421. Grayscale: #3B3B3B. Windows color (decimal): -16696354 or 14564097. OLE color: 14564097.
HSL color Cylindrical-coordinate representation of color #013BDE: hue angle of 224.25º 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 #013BDE is Cyan = 1.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 59 | 222 | - |
| CMYK | 1.00 | 0.73 | 0 | 0.13 |
| HSL | 224.25º | 0.99% | 0.44% | - |
| HSV(B) | 224.25º | 1% | 0.87% | - |
| XYZ | 14.76 | 8.41 | 69.95 | - |
| YUV | 60.24 | 219.28 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 222 | 1.00 | 0.73 | 0 | 0.13 | 224.25 | 0.99 | 0.44 |
| Hex | 1 | 3B | DE | 64 | 49 | 0 | D | E0 | 63 | 2C |
| Octal | 1 | 73 | 336 | 144 | 111 | 0 | 15 | 340 | 143 | 54 |
| Binary | 1 | 111011 | 11011110 | 1100100 | 1001001 | 0 | 1101 | 11100000 | 1100011 | 101100 |
Color Harmonies of #013BDE
Complementary color
Monochromatic Colors of #013BDE
Black with #013BDE
Text Example
Text Example
White with #013BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013BDE; }
p { color: rgb(1,59,222); }
H1.HeaderClassName
{
color: #013BDE;
}
.AnyTagClassName
{
color: #013BDE;
}
</style>
background-color css
<style>
a { background-color: #013BDE; }
a { background-color: rgb(1,59,222); }
div.DivClassName
{
background-color: #013BDE;
}
.BgClassName
{
background-color: #013BDE;
}
</style>
border-color css
<style>
span { border-color: #013BDE; }
span { border-color: rgb(1,59,222); }
td.TdClassName
{
border-color: #013BDE;
}
.TagClassName
{
border-color: #013BDE;
}
</style>