Shades of Persian Blue #1346B7
Tints of Persian Blue #1346B7
RGB
CMYK
RGB Variations
Color information
#1346B7 (or 0x1346B7) is known color: Persian Blue. HEX triplet: 13, 46 and B7. RGB value is (19,70,183). Sum of RGB (Red+Green+Blue) = 19+70+183=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 183 (71.88% from 255 or 67.28% from 272); Max value from RGB is 183 - color contains mainly: blue. Hex color #1346B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1346B7 is #ECB948. Grayscale: #434343. Windows color (decimal): -15513929 or 12011027. OLE color: 12011027.
HSL color Cylindrical-coordinate representation of color #1346B7: hue angle of 221.34º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1346B7 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 70 | 183 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.28 |
| HSL | 221.34º | 0.81% | 0.4% | - |
| HSV(B) | 221.34º | 0.9% | 0.72% | - |
| XYZ | 11.01 | 7.94 | 45.75 | - |
| YUV | 67.63 | 193.1 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 183 | 0.90 | 0.62 | 0 | 0.28 | 221.34 | 0.81 | 0.4 |
| Hex | 13 | 46 | B7 | 5A | 3E | 0 | 1C | DD | 51 | 28 |
| Octal | 23 | 106 | 267 | 132 | 76 | 0 | 34 | 335 | 121 | 50 |
| Binary | 10011 | 1000110 | 10110111 | 1011010 | 111110 | 0 | 11100 | 11011101 | 1010001 | 101000 |
Color Harmonies of #1346B7
Complementary color
Monochromatic Colors of #1346B7
Black with #1346B7
Text Example
Text Example
White with #1346B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1346B7; }
p { color: rgb(19,70,183); }
H1.HeaderClassName
{
color: #1346B7;
}
.AnyTagClassName
{
color: #1346B7;
}
</style>
background-color css
<style>
a { background-color: #1346B7; }
a { background-color: rgb(19,70,183); }
div.DivClassName
{
background-color: #1346B7;
}
.BgClassName
{
background-color: #1346B7;
}
</style>
border-color css
<style>
span { border-color: #1346B7; }
span { border-color: rgb(19,70,183); }
td.TdClassName
{
border-color: #1346B7;
}
.TagClassName
{
border-color: #1346B7;
}
</style>