Shades of Persian Blue #1337DB
Tints of Persian Blue #1337DB
RGB
CMYK
RGB Variations
Color information
#1337DB (or 0x1337DB) is known color: Persian Blue. HEX triplet: 13, 37 and DB. RGB value is (19,55,219). Sum of RGB (Red+Green+Blue) = 19+55+219=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #1337DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1337DB is #ECC824. Grayscale: #3E3E3E. Windows color (decimal): -15517733 or 14366483. OLE color: 14366483.
HSL color Cylindrical-coordinate representation of color #1337DB: hue angle of 229.2º 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 #1337DB is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 55 | 219 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.14 |
| HSL | 229.2º | 0.84% | 0.47% | - |
| HSV(B) | 229.2º | 0.91% | 0.86% | - |
| XYZ | 14.42 | 7.99 | 67.8 | - |
| YUV | 62.93 | 216.07 | 96.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 219 | 0.91 | 0.75 | 0 | 0.14 | 229.2 | 0.84 | 0.47 |
| Hex | 13 | 37 | DB | 5B | 4B | 0 | E | E5 | 54 | 2F |
| Octal | 23 | 67 | 333 | 133 | 113 | 0 | 16 | 345 | 124 | 57 |
| Binary | 10011 | 110111 | 11011011 | 1011011 | 1001011 | 0 | 1110 | 11100101 | 1010100 | 101111 |
Color Harmonies of #1337DB
Complementary color
Monochromatic Colors of #1337DB
Black with #1337DB
Text Example
Text Example
White with #1337DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1337DB; }
p { color: rgb(19,55,219); }
H1.HeaderClassName
{
color: #1337DB;
}
.AnyTagClassName
{
color: #1337DB;
}
</style>
background-color css
<style>
a { background-color: #1337DB; }
a { background-color: rgb(19,55,219); }
div.DivClassName
{
background-color: #1337DB;
}
.BgClassName
{
background-color: #1337DB;
}
</style>
border-color css
<style>
span { border-color: #1337DB; }
span { border-color: rgb(19,55,219); }
td.TdClassName
{
border-color: #1337DB;
}
.TagClassName
{
border-color: #1337DB;
}
</style>