Shades of Persian Blue #1342B7
Tints of Persian Blue #1342B7
RGB
CMYK
RGB Variations
Color information
#1342B7 (or 0x1342B7) is known color: Persian Blue. HEX triplet: 13, 42 and B7. RGB value is (19,66,183). Sum of RGB (Red+Green+Blue) = 19+66+183=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 183 (71.88% from 255 or 68.28% from 268); Max value from RGB is 183 - color contains mainly: blue. Hex color #1342B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1342B7 is #ECBD48. Grayscale: #404040. Windows color (decimal): -15514953 or 12010003. OLE color: 12010003.
HSL color Cylindrical-coordinate representation of color #1342B7: hue angle of 222.8º 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 #1342B7 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 66 | 183 | - |
| CMYK | 0.90 | 0.64 | 0 | 0.28 |
| HSL | 222.8º | 0.81% | 0.4% | - |
| HSV(B) | 222.8º | 0.9% | 0.72% | - |
| XYZ | 10.76 | 7.45 | 45.67 | - |
| YUV | 65.29 | 194.43 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 183 | 0.90 | 0.64 | 0 | 0.28 | 222.8 | 0.81 | 0.4 |
| Hex | 13 | 42 | B7 | 5A | 40 | 0 | 1C | DF | 51 | 28 |
| Octal | 23 | 102 | 267 | 132 | 100 | 0 | 34 | 337 | 121 | 50 |
| Binary | 10011 | 1000010 | 10110111 | 1011010 | 1000000 | 0 | 11100 | 11011111 | 1010001 | 101000 |
Color Harmonies of #1342B7
Complementary color
Monochromatic Colors of #1342B7
Black with #1342B7
Text Example
Text Example
White with #1342B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1342B7; }
p { color: rgb(19,66,183); }
H1.HeaderClassName
{
color: #1342B7;
}
.AnyTagClassName
{
color: #1342B7;
}
</style>
background-color css
<style>
a { background-color: #1342B7; }
a { background-color: rgb(19,66,183); }
div.DivClassName
{
background-color: #1342B7;
}
.BgClassName
{
background-color: #1342B7;
}
</style>
border-color css
<style>
span { border-color: #1342B7; }
span { border-color: rgb(19,66,183); }
td.TdClassName
{
border-color: #1342B7;
}
.TagClassName
{
border-color: #1342B7;
}
</style>