Shades of Persian Blue #1346CF
Tints of Persian Blue #1346CF
RGB
CMYK
RGB Variations
Color information
#1346CF (or 0x1346CF) is known color: Persian Blue. HEX triplet: 13, 46 and CF. RGB value is (19,70,207). Sum of RGB (Red+Green+Blue) = 19+70+207=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #1346CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1346CF is #ECB930. Grayscale: #454545. Windows color (decimal): -15513905 or 13583891. OLE color: 13583891.
HSL color Cylindrical-coordinate representation of color #1346CF: hue angle of 223.72º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1346CF is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 70 | 207 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.19 |
| HSL | 223.72º | 0.83% | 0.44% | - |
| HSV(B) | 223.72º | 0.91% | 0.81% | - |
| XYZ | 13.72 | 9.02 | 60.05 | - |
| YUV | 70.37 | 205.1 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 207 | 0.91 | 0.66 | 0 | 0.19 | 223.72 | 0.83 | 0.44 |
| Hex | 13 | 46 | CF | 5B | 42 | 0 | 13 | E0 | 53 | 2C |
| Octal | 23 | 106 | 317 | 133 | 102 | 0 | 23 | 340 | 123 | 54 |
| Binary | 10011 | 1000110 | 11001111 | 1011011 | 1000010 | 0 | 10011 | 11100000 | 1010011 | 101100 |
Color Harmonies of #1346CF
Complementary color
Monochromatic Colors of #1346CF
Black with #1346CF
Text Example
Text Example
White with #1346CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1346CF; }
p { color: rgb(19,70,207); }
H1.HeaderClassName
{
color: #1346CF;
}
.AnyTagClassName
{
color: #1346CF;
}
</style>
background-color css
<style>
a { background-color: #1346CF; }
a { background-color: rgb(19,70,207); }
div.DivClassName
{
background-color: #1346CF;
}
.BgClassName
{
background-color: #1346CF;
}
</style>
border-color css
<style>
span { border-color: #1346CF; }
span { border-color: rgb(19,70,207); }
td.TdClassName
{
border-color: #1346CF;
}
.TagClassName
{
border-color: #1346CF;
}
</style>