Shades of Persian Blue #1341C5
Tints of Persian Blue #1341C5
RGB
CMYK
RGB Variations
Color information
#1341C5 (or 0x1341C5) is known color: Persian Blue. HEX triplet: 13, 41 and C5. RGB value is (19,65,197). Sum of RGB (Red+Green+Blue) = 19+65+197=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 197 (77.34% from 255 or 70.11% from 281); Max value from RGB is 197 - color contains mainly: blue. Hex color #1341C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1341C5 is #ECBE3A. Grayscale: #414141. Windows color (decimal): -15515195 or 12927251. OLE color: 12927251.
HSL color Cylindrical-coordinate representation of color #1341C5: hue angle of 224.49º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1341C5 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 65 | 197 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.23 |
| HSL | 224.49º | 0.82% | 0.42% | - |
| HSV(B) | 224.49º | 0.9% | 0.77% | - |
| XYZ | 12.24 | 7.95 | 53.71 | - |
| YUV | 66.29 | 201.76 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 197 | 0.90 | 0.67 | 0 | 0.23 | 224.49 | 0.82 | 0.42 |
| Hex | 13 | 41 | C5 | 5A | 43 | 0 | 17 | E0 | 52 | 2A |
| Octal | 23 | 101 | 305 | 132 | 103 | 0 | 27 | 340 | 122 | 52 |
| Binary | 10011 | 1000001 | 11000101 | 1011010 | 1000011 | 0 | 10111 | 11100000 | 1010010 | 101010 |
Color Harmonies of #1341C5
Complementary color
Monochromatic Colors of #1341C5
Black with #1341C5
Text Example
Text Example
White with #1341C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1341C5; }
p { color: rgb(19,65,197); }
H1.HeaderClassName
{
color: #1341C5;
}
.AnyTagClassName
{
color: #1341C5;
}
</style>
background-color css
<style>
a { background-color: #1341C5; }
a { background-color: rgb(19,65,197); }
div.DivClassName
{
background-color: #1341C5;
}
.BgClassName
{
background-color: #1341C5;
}
</style>
border-color css
<style>
span { border-color: #1341C5; }
span { border-color: rgb(19,65,197); }
td.TdClassName
{
border-color: #1341C5;
}
.TagClassName
{
border-color: #1341C5;
}
</style>