Shades of Persian Blue #1326BD
Tints of Persian Blue #1326BD
RGB
CMYK
RGB Variations
Color information
#1326BD (or 0x1326BD) is known color: Persian Blue. HEX triplet: 13, 26 and BD. RGB value is (19,38,189). Sum of RGB (Red+Green+Blue) = 19+38+189=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 189 (74.22% from 255 or 76.83% from 246); Max value from RGB is 189 - color contains mainly: blue. Hex color #1326BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1326BD is #ECD942. Grayscale: #303030. Windows color (decimal): -15522115 or 12396051. OLE color: 12396051.
HSL color Cylindrical-coordinate representation of color #1326BD: hue angle of 233.29º 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 #1326BD is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 38 | 189 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.26 |
| HSL | 233.29º | 0.82% | 0.41% | - |
| HSV(B) | 233.29º | 0.9% | 0.74% | - |
| XYZ | 10.15 | 5.2 | 48.61 | - |
| YUV | 49.53 | 206.71 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 189 | 0.90 | 0.80 | 0 | 0.26 | 233.29 | 0.82 | 0.41 |
| Hex | 13 | 26 | BD | 5A | 50 | 0 | 1A | E9 | 52 | 29 |
| Octal | 23 | 46 | 275 | 132 | 120 | 0 | 32 | 351 | 122 | 51 |
| Binary | 10011 | 100110 | 10111101 | 1011010 | 1010000 | 0 | 11010 | 11101001 | 1010010 | 101001 |
Color Harmonies of #1326BD
Complementary color
Monochromatic Colors of #1326BD
Black with #1326BD
Text Example
Text Example
White with #1326BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1326BD; }
p { color: rgb(19,38,189); }
H1.HeaderClassName
{
color: #1326BD;
}
.AnyTagClassName
{
color: #1326BD;
}
</style>
background-color css
<style>
a { background-color: #1326BD; }
a { background-color: rgb(19,38,189); }
div.DivClassName
{
background-color: #1326BD;
}
.BgClassName
{
background-color: #1326BD;
}
</style>
border-color css
<style>
span { border-color: #1326BD; }
span { border-color: rgb(19,38,189); }
td.TdClassName
{
border-color: #1326BD;
}
.TagClassName
{
border-color: #1326BD;
}
</style>