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