Shades of Persian Blue #1349CA
Tints of Persian Blue #1349CA
RGB
CMYK
RGB Variations
Color information
#1349CA (or 0x1349CA) is known color: Persian Blue. HEX triplet: 13, 49 and CA. RGB value is (19,73,202). Sum of RGB (Red+Green+Blue) = 19+73+202=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #1349CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1349CA is #ECB635. Grayscale: #464646. Windows color (decimal): -15513142 or 13256979. OLE color: 13256979.
HSL color Cylindrical-coordinate representation of color #1349CA: hue angle of 222.3º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1349CA is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 73 | 202 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.21 |
| HSL | 222.3º | 0.83% | 0.43% | - |
| HSV(B) | 222.3º | 0.91% | 0.79% | - |
| XYZ | 13.31 | 9.17 | 56.95 | - |
| YUV | 71.56 | 201.61 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 73 | 202 | 0.91 | 0.64 | 0 | 0.21 | 222.3 | 0.83 | 0.43 |
| Hex | 13 | 49 | CA | 5B | 40 | 0 | 15 | DE | 53 | 2B |
| Octal | 23 | 111 | 312 | 133 | 100 | 0 | 25 | 336 | 123 | 53 |
| Binary | 10011 | 1001001 | 11001010 | 1011011 | 1000000 | 0 | 10101 | 11011110 | 1010011 | 101011 |
Color Harmonies of #1349CA
Complementary color
Monochromatic Colors of #1349CA
Black with #1349CA
Text Example
Text Example
White with #1349CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1349CA; }
p { color: rgb(19,73,202); }
H1.HeaderClassName
{
color: #1349CA;
}
.AnyTagClassName
{
color: #1349CA;
}
</style>
background-color css
<style>
a { background-color: #1349CA; }
a { background-color: rgb(19,73,202); }
div.DivClassName
{
background-color: #1349CA;
}
.BgClassName
{
background-color: #1349CA;
}
</style>
border-color css
<style>
span { border-color: #1349CA; }
span { border-color: rgb(19,73,202); }
td.TdClassName
{
border-color: #1349CA;
}
.TagClassName
{
border-color: #1349CA;
}
</style>