Shades of Persian Blue #1342DF
Tints of Persian Blue #1342DF
RGB
CMYK
RGB Variations
Color information
#1342DF (or 0x1342DF) is known color: Persian Blue. HEX triplet: 13, 42 and DF. RGB value is (19,66,223). Sum of RGB (Red+Green+Blue) = 19+66+223=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #1342DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1342DF is #ECBD20. Grayscale: #454545. Windows color (decimal): -15514913 or 14631443. OLE color: 14631443.
HSL color Cylindrical-coordinate representation of color #1342DF: hue angle of 226.18º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1342DF is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 66 | 223 | - |
| CMYK | 0.91 | 0.70 | 0 | 0.13 |
| HSL | 226.18º | 0.84% | 0.47% | - |
| HSV(B) | 226.18º | 0.91% | 0.87% | - |
| XYZ | 15.54 | 9.36 | 70.8 | - |
| YUV | 69.85 | 214.43 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 223 | 0.91 | 0.70 | 0 | 0.13 | 226.18 | 0.84 | 0.47 |
| Hex | 13 | 42 | DF | 5B | 46 | 0 | D | E2 | 54 | 2F |
| Octal | 23 | 102 | 337 | 133 | 106 | 0 | 15 | 342 | 124 | 57 |
| Binary | 10011 | 1000010 | 11011111 | 1011011 | 1000110 | 0 | 1101 | 11100010 | 1010100 | 101111 |
Color Harmonies of #1342DF
Complementary color
Monochromatic Colors of #1342DF
Black with #1342DF
Text Example
Text Example
White with #1342DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1342DF; }
p { color: rgb(19,66,223); }
H1.HeaderClassName
{
color: #1342DF;
}
.AnyTagClassName
{
color: #1342DF;
}
</style>
background-color css
<style>
a { background-color: #1342DF; }
a { background-color: rgb(19,66,223); }
div.DivClassName
{
background-color: #1342DF;
}
.BgClassName
{
background-color: #1342DF;
}
</style>
border-color css
<style>
span { border-color: #1342DF; }
span { border-color: rgb(19,66,223); }
td.TdClassName
{
border-color: #1342DF;
}
.TagClassName
{
border-color: #1342DF;
}
</style>