Shades of Persian Blue #1342B9
Tints of Persian Blue #1342B9
RGB
CMYK
RGB Variations
Color information
#1342B9 (or 0x1342B9) is known color: Persian Blue. HEX triplet: 13, 42 and B9. RGB value is (19,66,185). Sum of RGB (Red+Green+Blue) = 19+66+185=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 185 (72.66% from 255 or 68.52% from 270); Max value from RGB is 185 - color contains mainly: blue. Hex color #1342B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1342B9 is #ECBD46. Grayscale: #404040. Windows color (decimal): -15514951 or 12141075. OLE color: 12141075.
HSL color Cylindrical-coordinate representation of color #1342B9: hue angle of 223.01º 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 #1342B9 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 66 | 185 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.27 |
| HSL | 223.01º | 0.81% | 0.4% | - |
| HSV(B) | 223.01º | 0.9% | 0.73% | - |
| XYZ | 10.97 | 7.54 | 46.78 | - |
| YUV | 65.51 | 195.43 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 185 | 0.90 | 0.64 | 0 | 0.27 | 223.01 | 0.81 | 0.4 |
| Hex | 13 | 42 | B9 | 5A | 40 | 0 | 1B | DF | 51 | 28 |
| Octal | 23 | 102 | 271 | 132 | 100 | 0 | 33 | 337 | 121 | 50 |
| Binary | 10011 | 1000010 | 10111001 | 1011010 | 1000000 | 0 | 11011 | 11011111 | 1010001 | 101000 |
Color Harmonies of #1342B9
Complementary color
Monochromatic Colors of #1342B9
Black with #1342B9
Text Example
Text Example
White with #1342B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1342B9; }
p { color: rgb(19,66,185); }
H1.HeaderClassName
{
color: #1342B9;
}
.AnyTagClassName
{
color: #1342B9;
}
</style>
background-color css
<style>
a { background-color: #1342B9; }
a { background-color: rgb(19,66,185); }
div.DivClassName
{
background-color: #1342B9;
}
.BgClassName
{
background-color: #1342B9;
}
</style>
border-color css
<style>
span { border-color: #1342B9; }
span { border-color: rgb(19,66,185); }
td.TdClassName
{
border-color: #1342B9;
}
.TagClassName
{
border-color: #1342B9;
}
</style>