Shades of Persian Blue #1346BD
Tints of Persian Blue #1346BD
RGB
CMYK
RGB Variations
Color information
#1346BD (or 0x1346BD) is known color: Persian Blue. HEX triplet: 13, 46 and BD. RGB value is (19,70,189). Sum of RGB (Red+Green+Blue) = 19+70+189=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 189 (74.22% from 255 or 67.99% from 278); Max value from RGB is 189 - color contains mainly: blue. Hex color #1346BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1346BD is #ECB942. Grayscale: #434343. Windows color (decimal): -15513923 or 12404243. OLE color: 12404243.
HSL color Cylindrical-coordinate representation of color #1346BD: hue angle of 222º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1346BD is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 70 | 189 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.26 |
| HSL | 222º | 0.82% | 0.41% | - |
| HSV(B) | 222º | 0.9% | 0.74% | - |
| XYZ | 11.64 | 8.19 | 49.11 | - |
| YUV | 68.32 | 196.1 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 70 | 189 | 0.90 | 0.63 | 0 | 0.26 | 222 | 0.82 | 0.41 |
| Hex | 13 | 46 | BD | 5A | 3F | 0 | 1A | DE | 52 | 29 |
| Octal | 23 | 106 | 275 | 132 | 77 | 0 | 32 | 336 | 122 | 51 |
| Binary | 10011 | 1000110 | 10111101 | 1011010 | 111111 | 0 | 11010 | 11011110 | 1010010 | 101001 |
Color Harmonies of #1346BD
Complementary color
Monochromatic Colors of #1346BD
Black with #1346BD
Text Example
Text Example
White with #1346BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1346BD; }
p { color: rgb(19,70,189); }
H1.HeaderClassName
{
color: #1346BD;
}
.AnyTagClassName
{
color: #1346BD;
}
</style>
background-color css
<style>
a { background-color: #1346BD; }
a { background-color: rgb(19,70,189); }
div.DivClassName
{
background-color: #1346BD;
}
.BgClassName
{
background-color: #1346BD;
}
</style>
border-color css
<style>
span { border-color: #1346BD; }
span { border-color: rgb(19,70,189); }
td.TdClassName
{
border-color: #1346BD;
}
.TagClassName
{
border-color: #1346BD;
}
</style>