Shades of Persian Blue #1337DC
Tints of Persian Blue #1337DC
RGB
CMYK
RGB Variations
Color information
#1337DC (or 0x1337DC) is known color: Persian Blue. HEX triplet: 13, 37 and DC. RGB value is (19,55,220). Sum of RGB (Red+Green+Blue) = 19+55+220=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 220 (86.33% from 255 or 74.83% from 294); Max value from RGB is 220 - color contains mainly: blue. Hex color #1337DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1337DC is #ECC823. Grayscale: #3E3E3E. Windows color (decimal): -15517732 or 14432019. OLE color: 14432019.
HSL color Cylindrical-coordinate representation of color #1337DC: hue angle of 229.25º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1337DC is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 55 | 220 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.14 |
| HSL | 229.25º | 0.84% | 0.47% | - |
| HSV(B) | 229.25º | 0.91% | 0.86% | - |
| XYZ | 14.55 | 8.04 | 68.49 | - |
| YUV | 63.05 | 216.57 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 220 | 0.91 | 0.75 | 0 | 0.14 | 229.25 | 0.84 | 0.47 |
| Hex | 13 | 37 | DC | 5B | 4B | 0 | E | E5 | 54 | 2F |
| Octal | 23 | 67 | 334 | 133 | 113 | 0 | 16 | 345 | 124 | 57 |
| Binary | 10011 | 110111 | 11011100 | 1011011 | 1001011 | 0 | 1110 | 11100101 | 1010100 | 101111 |
Color Harmonies of #1337DC
Complementary color
Monochromatic Colors of #1337DC
Black with #1337DC
Text Example
Text Example
White with #1337DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1337DC; }
p { color: rgb(19,55,220); }
H1.HeaderClassName
{
color: #1337DC;
}
.AnyTagClassName
{
color: #1337DC;
}
</style>
background-color css
<style>
a { background-color: #1337DC; }
a { background-color: rgb(19,55,220); }
div.DivClassName
{
background-color: #1337DC;
}
.BgClassName
{
background-color: #1337DC;
}
</style>
border-color css
<style>
span { border-color: #1337DC; }
span { border-color: rgb(19,55,220); }
td.TdClassName
{
border-color: #1337DC;
}
.TagClassName
{
border-color: #1337DC;
}
</style>