Shades of Persian Blue #1319B7
Tints of Persian Blue #1319B7
RGB
CMYK
RGB Variations
Color information
#1319B7 (or 0x1319B7) is known color: Persian Blue. HEX triplet: 13, 19 and B7. RGB value is (19,25,183). Sum of RGB (Red+Green+Blue) = 19+25+183=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 183 (71.88% from 255 or 80.62% from 227); Max value from RGB is 183 - color contains mainly: blue. Hex color #1319B7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1319B7 is #ECE648. Grayscale: #282828. Windows color (decimal): -15525449 or 11999507. OLE color: 11999507.
HSL color Cylindrical-coordinate representation of color #1319B7: hue angle of 237.8º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1319B7 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 25 | 183 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.28 |
| HSL | 237.8º | 0.81% | 0.4% | - |
| HSV(B) | 237.8º | 0.9% | 0.72% | - |
| XYZ | 9.16 | 4.25 | 45.14 | - |
| YUV | 41.22 | 208.01 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 183 | 0.90 | 0.86 | 0 | 0.28 | 237.8 | 0.81 | 0.4 |
| Hex | 13 | 19 | B7 | 5A | 56 | 0 | 1C | EE | 51 | 28 |
| Octal | 23 | 31 | 267 | 132 | 126 | 0 | 34 | 356 | 121 | 50 |
| Binary | 10011 | 11001 | 10110111 | 1011010 | 1010110 | 0 | 11100 | 11101110 | 1010001 | 101000 |
Color Harmonies of #1319B7
Complementary color
Monochromatic Colors of #1319B7
Black with #1319B7
Text Example
Text Example
White with #1319B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1319B7; }
p { color: rgb(19,25,183); }
H1.HeaderClassName
{
color: #1319B7;
}
.AnyTagClassName
{
color: #1319B7;
}
</style>
background-color css
<style>
a { background-color: #1319B7; }
a { background-color: rgb(19,25,183); }
div.DivClassName
{
background-color: #1319B7;
}
.BgClassName
{
background-color: #1319B7;
}
</style>
border-color css
<style>
span { border-color: #1319B7; }
span { border-color: rgb(19,25,183); }
td.TdClassName
{
border-color: #1319B7;
}
.TagClassName
{
border-color: #1319B7;
}
</style>