Shades of Persian Blue #1343DA
Tints of Persian Blue #1343DA
RGB
CMYK
RGB Variations
Color information
#1343DA (or 0x1343DA) is known color: Persian Blue. HEX triplet: 13, 43 and DA. RGB value is (19,67,218). Sum of RGB (Red+Green+Blue) = 19+67+218=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 218 (85.55% from 255 or 71.71% from 304); Max value from RGB is 218 - color contains mainly: blue. Hex color #1343DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1343DA is #ECBC25. Grayscale: #454545. Windows color (decimal): -15514662 or 14304019. OLE color: 14304019.
HSL color Cylindrical-coordinate representation of color #1343DA: hue angle of 225.53º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1343DA is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 67 | 218 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.15 |
| HSL | 225.53º | 0.84% | 0.46% | - |
| HSV(B) | 225.53º | 0.91% | 0.85% | - |
| XYZ | 14.93 | 9.21 | 67.32 | - |
| YUV | 69.86 | 211.6 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 218 | 0.91 | 0.69 | 0 | 0.15 | 225.53 | 0.84 | 0.46 |
| Hex | 13 | 43 | DA | 5B | 45 | 0 | F | E2 | 54 | 2E |
| Octal | 23 | 103 | 332 | 133 | 105 | 0 | 17 | 342 | 124 | 56 |
| Binary | 10011 | 1000011 | 11011010 | 1011011 | 1000101 | 0 | 1111 | 11100010 | 1010100 | 101110 |
Color Harmonies of #1343DA
Complementary color
Monochromatic Colors of #1343DA
Black with #1343DA
Text Example
Text Example
White with #1343DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1343DA; }
p { color: rgb(19,67,218); }
H1.HeaderClassName
{
color: #1343DA;
}
.AnyTagClassName
{
color: #1343DA;
}
</style>
background-color css
<style>
a { background-color: #1343DA; }
a { background-color: rgb(19,67,218); }
div.DivClassName
{
background-color: #1343DA;
}
.BgClassName
{
background-color: #1343DA;
}
</style>
border-color css
<style>
span { border-color: #1343DA; }
span { border-color: rgb(19,67,218); }
td.TdClassName
{
border-color: #1343DA;
}
.TagClassName
{
border-color: #1343DA;
}
</style>