Shades of Persian Blue #013BDC
Tints of Persian Blue #013BDC
RGB
CMYK
RGB Variations
Color information
#013BDC (or 0x013BDC) is known color: Persian Blue. HEX triplet: 01, 3B and DC. RGB value is (1,59,220). Sum of RGB (Red+Green+Blue) = 1+59+220=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 220 (86.33% from 255 or 78.57% from 280); Max value from RGB is 220 - color contains mainly: blue. Hex color #013BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #013BDC is #FEC423. Grayscale: #3B3B3B. Windows color (decimal): -16696356 or 14433025. OLE color: 14433025.
HSL color Cylindrical-coordinate representation of color #013BDC: hue angle of 224.11º 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 #013BDC is Cyan = 1.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 59 | 220 | - |
| CMYK | 1.00 | 0.73 | 0 | 0.14 |
| HSL | 224.11º | 0.99% | 0.43% | - |
| HSV(B) | 224.11º | 1% | 0.86% | - |
| XYZ | 14.49 | 8.3 | 68.55 | - |
| YUV | 60.01 | 218.28 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 220 | 1.00 | 0.73 | 0 | 0.14 | 224.11 | 0.99 | 0.43 |
| Hex | 1 | 3B | DC | 64 | 49 | 0 | E | E0 | 63 | 2B |
| Octal | 1 | 73 | 334 | 144 | 111 | 0 | 16 | 340 | 143 | 53 |
| Binary | 1 | 111011 | 11011100 | 1100100 | 1001001 | 0 | 1110 | 11100000 | 1100011 | 101011 |
Color Harmonies of #013BDC
Complementary color
Monochromatic Colors of #013BDC
Black with #013BDC
Text Example
Text Example
White with #013BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013BDC; }
p { color: rgb(1,59,220); }
H1.HeaderClassName
{
color: #013BDC;
}
.AnyTagClassName
{
color: #013BDC;
}
</style>
background-color css
<style>
a { background-color: #013BDC; }
a { background-color: rgb(1,59,220); }
div.DivClassName
{
background-color: #013BDC;
}
.BgClassName
{
background-color: #013BDC;
}
</style>
border-color css
<style>
span { border-color: #013BDC; }
span { border-color: rgb(1,59,220); }
td.TdClassName
{
border-color: #013BDC;
}
.TagClassName
{
border-color: #013BDC;
}
</style>