Shades of Persian Blue #1337BA
Tints of Persian Blue #1337BA
RGB
CMYK
RGB Variations
Color information
#1337BA (or 0x1337BA) is known color: Persian Blue. HEX triplet: 13, 37 and BA. RGB value is (19,55,186). Sum of RGB (Red+Green+Blue) = 19+55+186=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #1337BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1337BA is #ECC845. Grayscale: #3A3A3A. Windows color (decimal): -15517766 or 12203795. OLE color: 12203795.
HSL color Cylindrical-coordinate representation of color #1337BA: hue angle of 227.07º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1337BA is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 55 | 186 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.27 |
| HSL | 227.07º | 0.81% | 0.4% | - |
| HSV(B) | 227.07º | 0.9% | 0.73% | - |
| XYZ | 10.5 | 6.42 | 47.14 | - |
| YUV | 59.17 | 199.57 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 55 | 186 | 0.90 | 0.70 | 0 | 0.27 | 227.07 | 0.81 | 0.4 |
| Hex | 13 | 37 | BA | 5A | 46 | 0 | 1B | E3 | 51 | 28 |
| Octal | 23 | 67 | 272 | 132 | 106 | 0 | 33 | 343 | 121 | 50 |
| Binary | 10011 | 110111 | 10111010 | 1011010 | 1000110 | 0 | 11011 | 11100011 | 1010001 | 101000 |
Color Harmonies of #1337BA
Complementary color
Monochromatic Colors of #1337BA
Black with #1337BA
Text Example
Text Example
White with #1337BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1337BA; }
p { color: rgb(19,55,186); }
H1.HeaderClassName
{
color: #1337BA;
}
.AnyTagClassName
{
color: #1337BA;
}
</style>
background-color css
<style>
a { background-color: #1337BA; }
a { background-color: rgb(19,55,186); }
div.DivClassName
{
background-color: #1337BA;
}
.BgClassName
{
background-color: #1337BA;
}
</style>
border-color css
<style>
span { border-color: #1337BA; }
span { border-color: rgb(19,55,186); }
td.TdClassName
{
border-color: #1337BA;
}
.TagClassName
{
border-color: #1337BA;
}
</style>