Shades of Persian Blue #1349BF
Tints of Persian Blue #1349BF
RGB
CMYK
RGB Variations
Color information
#1349BF (or 0x1349BF) is known color: Persian Blue. HEX triplet: 13, 49 and BF. RGB value is (19,73,191). Sum of RGB (Red+Green+Blue) = 19+73+191=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 73 (28.91% from 255 or 25.80% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #1349BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1349BF is #ECB640. Grayscale: #454545. Windows color (decimal): -15513153 or 12536083. OLE color: 12536083.
HSL color Cylindrical-coordinate representation of color #1349BF: hue angle of 221.16º 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 #1349BF is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 73 | 191 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.25 |
| HSL | 221.16º | 0.82% | 0.41% | - |
| HSV(B) | 221.16º | 0.9% | 0.75% | - |
| XYZ | 12.06 | 8.67 | 50.33 | - |
| YUV | 70.31 | 196.11 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 191 | 0.90 | 0.62 | 0 | 0.25 | 221.16 | 0.82 | 0.41 |
| Hex | 13 | 49 | BF | 5A | 3E | 0 | 19 | DD | 52 | 29 |
| Octal | 23 | 111 | 277 | 132 | 76 | 0 | 31 | 335 | 122 | 51 |
| Binary | 10011 | 1001001 | 10111111 | 1011010 | 111110 | 0 | 11001 | 11011101 | 1010010 | 101001 |
Color Harmonies of #1349BF
Complementary color
Monochromatic Colors of #1349BF
Black with #1349BF
Text Example
Text Example
White with #1349BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1349BF; }
p { color: rgb(19,73,191); }
H1.HeaderClassName
{
color: #1349BF;
}
.AnyTagClassName
{
color: #1349BF;
}
</style>
background-color css
<style>
a { background-color: #1349BF; }
a { background-color: rgb(19,73,191); }
div.DivClassName
{
background-color: #1349BF;
}
.BgClassName
{
background-color: #1349BF;
}
</style>
border-color css
<style>
span { border-color: #1349BF; }
span { border-color: rgb(19,73,191); }
td.TdClassName
{
border-color: #1349BF;
}
.TagClassName
{
border-color: #1349BF;
}
</style>