Shades of Persian Blue #1342BD
Tints of Persian Blue #1342BD
RGB
CMYK
RGB Variations
Color information
#1342BD (or 0x1342BD) is known color: Persian Blue. HEX triplet: 13, 42 and BD. RGB value is (19,66,189). Sum of RGB (Red+Green+Blue) = 19+66+189=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #1342BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1342BD is #ECBD42. Grayscale: #414141. Windows color (decimal): -15514947 or 12403219. OLE color: 12403219.
HSL color Cylindrical-coordinate representation of color #1342BD: hue angle of 223.41º 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 #1342BD is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 66 | 189 | - |
| CMYK | 0.90 | 0.65 | 0 | 0.26 |
| HSL | 223.41º | 0.82% | 0.41% | - |
| HSV(B) | 223.41º | 0.9% | 0.74% | - |
| XYZ | 11.4 | 7.71 | 49.03 | - |
| YUV | 65.97 | 197.43 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 189 | 0.90 | 0.65 | 0 | 0.26 | 223.41 | 0.82 | 0.41 |
| Hex | 13 | 42 | BD | 5A | 41 | 0 | 1A | DF | 52 | 29 |
| Octal | 23 | 102 | 275 | 132 | 101 | 0 | 32 | 337 | 122 | 51 |
| Binary | 10011 | 1000010 | 10111101 | 1011010 | 1000001 | 0 | 11010 | 11011111 | 1010010 | 101001 |
Color Harmonies of #1342BD
Complementary color
Monochromatic Colors of #1342BD
Black with #1342BD
Text Example
Text Example
White with #1342BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1342BD; }
p { color: rgb(19,66,189); }
H1.HeaderClassName
{
color: #1342BD;
}
.AnyTagClassName
{
color: #1342BD;
}
</style>
background-color css
<style>
a { background-color: #1342BD; }
a { background-color: rgb(19,66,189); }
div.DivClassName
{
background-color: #1342BD;
}
.BgClassName
{
background-color: #1342BD;
}
</style>
border-color css
<style>
span { border-color: #1342BD; }
span { border-color: rgb(19,66,189); }
td.TdClassName
{
border-color: #1342BD;
}
.TagClassName
{
border-color: #1342BD;
}
</style>