Shades of Persian Blue #1324B9
Tints of Persian Blue #1324B9
RGB
CMYK
RGB Variations
Color information
#1324B9 (or 0x1324B9) is known color: Persian Blue. HEX triplet: 13, 24 and B9. RGB value is (19,36,185). Sum of RGB (Red+Green+Blue) = 19+36+185=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 185 (72.66% from 255 or 77.08% from 240); Max value from RGB is 185 - color contains mainly: blue. Hex color #1324B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1324B9 is #ECDB46. Grayscale: #2F2F2F. Windows color (decimal): -15522631 or 12133395. OLE color: 12133395.
HSL color Cylindrical-coordinate representation of color #1324B9: hue angle of 233.86º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1324B9 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 36 | 185 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.27 |
| HSL | 233.86º | 0.81% | 0.4% | - |
| HSV(B) | 233.86º | 0.9% | 0.73% | - |
| XYZ | 9.66 | 4.9 | 46.34 | - |
| YUV | 47.9 | 205.37 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 36 | 185 | 0.90 | 0.81 | 0 | 0.27 | 233.86 | 0.81 | 0.4 |
| Hex | 13 | 24 | B9 | 5A | 51 | 0 | 1B | EA | 51 | 28 |
| Octal | 23 | 44 | 271 | 132 | 121 | 0 | 33 | 352 | 121 | 50 |
| Binary | 10011 | 100100 | 10111001 | 1011010 | 1010001 | 0 | 11011 | 11101010 | 1010001 | 101000 |
Color Harmonies of #1324B9
Complementary color
Monochromatic Colors of #1324B9
Black with #1324B9
Text Example
Text Example
White with #1324B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1324B9; }
p { color: rgb(19,36,185); }
H1.HeaderClassName
{
color: #1324B9;
}
.AnyTagClassName
{
color: #1324B9;
}
</style>
background-color css
<style>
a { background-color: #1324B9; }
a { background-color: rgb(19,36,185); }
div.DivClassName
{
background-color: #1324B9;
}
.BgClassName
{
background-color: #1324B9;
}
</style>
border-color css
<style>
span { border-color: #1324B9; }
span { border-color: rgb(19,36,185); }
td.TdClassName
{
border-color: #1324B9;
}
.TagClassName
{
border-color: #1324B9;
}
</style>