Shades of Persian Blue #1320BF
Tints of Persian Blue #1320BF
RGB
CMYK
RGB Variations
Color information
#1320BF (or 0x1320BF) is known color: Persian Blue. HEX triplet: 13, 20 and BF. RGB value is (19,32,191). Sum of RGB (Red+Green+Blue) = 19+32+191=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 191 (75% from 255 or 78.93% from 242); Max value from RGB is 191 - color contains mainly: blue. Hex color #1320BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1320BF is #ECDF40. Grayscale: #2D2D2D. Windows color (decimal): -15523649 or 12525587. OLE color: 12525587.
HSL color Cylindrical-coordinate representation of color #1320BF: hue angle of 235.47º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1320BF is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 32 | 191 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.25 |
| HSL | 235.47º | 0.82% | 0.41% | - |
| HSV(B) | 235.47º | 0.9% | 0.75% | - |
| XYZ | 10.19 | 4.93 | 49.71 | - |
| YUV | 46.24 | 209.69 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 191 | 0.90 | 0.83 | 0 | 0.25 | 235.47 | 0.82 | 0.41 |
| Hex | 13 | 20 | BF | 5A | 53 | 0 | 19 | EB | 52 | 29 |
| Octal | 23 | 40 | 277 | 132 | 123 | 0 | 31 | 353 | 122 | 51 |
| Binary | 10011 | 100000 | 10111111 | 1011010 | 1010011 | 0 | 11001 | 11101011 | 1010010 | 101001 |
Color Harmonies of #1320BF
Complementary color
Monochromatic Colors of #1320BF
Black with #1320BF
Text Example
Text Example
White with #1320BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1320BF; }
p { color: rgb(19,32,191); }
H1.HeaderClassName
{
color: #1320BF;
}
.AnyTagClassName
{
color: #1320BF;
}
</style>
background-color css
<style>
a { background-color: #1320BF; }
a { background-color: rgb(19,32,191); }
div.DivClassName
{
background-color: #1320BF;
}
.BgClassName
{
background-color: #1320BF;
}
</style>
border-color css
<style>
span { border-color: #1320BF; }
span { border-color: rgb(19,32,191); }
td.TdClassName
{
border-color: #1320BF;
}
.TagClassName
{
border-color: #1320BF;
}
</style>