Shades of Persian Blue #1348CA
Tints of Persian Blue #1348CA
RGB
CMYK
RGB Variations
Color information
#1348CA (or 0x1348CA) is known color: Persian Blue. HEX triplet: 13, 48 and CA. RGB value is (19,72,202). Sum of RGB (Red+Green+Blue) = 19+72+202=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 202 (79.30% from 255 or 68.94% from 293); Max value from RGB is 202 - color contains mainly: blue. Hex color #1348CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1348CA is #ECB735. Grayscale: #464646. Windows color (decimal): -15513398 or 13256723. OLE color: 13256723.
HSL color Cylindrical-coordinate representation of color #1348CA: hue angle of 222.62º 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 #1348CA is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 72 | 202 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.21 |
| HSL | 222.62º | 0.83% | 0.43% | - |
| HSV(B) | 222.62º | 0.91% | 0.79% | - |
| XYZ | 13.25 | 9.04 | 56.92 | - |
| YUV | 70.97 | 201.94 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 202 | 0.91 | 0.64 | 0 | 0.21 | 222.62 | 0.83 | 0.43 |
| Hex | 13 | 48 | CA | 5B | 40 | 0 | 15 | DF | 53 | 2B |
| Octal | 23 | 110 | 312 | 133 | 100 | 0 | 25 | 337 | 123 | 53 |
| Binary | 10011 | 1001000 | 11001010 | 1011011 | 1000000 | 0 | 10101 | 11011111 | 1010011 | 101011 |
Color Harmonies of #1348CA
Complementary color
Monochromatic Colors of #1348CA
Black with #1348CA
Text Example
Text Example
White with #1348CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1348CA; }
p { color: rgb(19,72,202); }
H1.HeaderClassName
{
color: #1348CA;
}
.AnyTagClassName
{
color: #1348CA;
}
</style>
background-color css
<style>
a { background-color: #1348CA; }
a { background-color: rgb(19,72,202); }
div.DivClassName
{
background-color: #1348CA;
}
.BgClassName
{
background-color: #1348CA;
}
</style>
border-color css
<style>
span { border-color: #1348CA; }
span { border-color: rgb(19,72,202); }
td.TdClassName
{
border-color: #1348CA;
}
.TagClassName
{
border-color: #1348CA;
}
</style>