Shades of Persian Blue #1331DA
Tints of Persian Blue #1331DA
RGB
CMYK
RGB Variations
Color information
#1331DA (or 0x1331DA) is known color: Persian Blue. HEX triplet: 13, 31 and DA. RGB value is (19,49,218). Sum of RGB (Red+Green+Blue) = 19+49+218=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 218 (85.55% from 255 or 76.22% from 286); Max value from RGB is 218 - color contains mainly: blue. Hex color #1331DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1331DA is #ECCE25. Grayscale: #3A3A3A. Windows color (decimal): -15519270 or 14299411. OLE color: 14299411.
HSL color Cylindrical-coordinate representation of color #1331DA: hue angle of 230.95º 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 #1331DA is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 49 | 218 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.15 |
| HSL | 230.95º | 0.84% | 0.46% | - |
| HSV(B) | 230.95º | 0.91% | 0.85% | - |
| XYZ | 14.02 | 7.4 | 67.02 | - |
| YUV | 59.3 | 217.56 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 218 | 0.91 | 0.78 | 0 | 0.15 | 230.95 | 0.84 | 0.46 |
| Hex | 13 | 31 | DA | 5B | 4E | 0 | F | E7 | 54 | 2E |
| Octal | 23 | 61 | 332 | 133 | 116 | 0 | 17 | 347 | 124 | 56 |
| Binary | 10011 | 110001 | 11011010 | 1011011 | 1001110 | 0 | 1111 | 11100111 | 1010100 | 101110 |
Color Harmonies of #1331DA
Complementary color
Monochromatic Colors of #1331DA
Black with #1331DA
Text Example
Text Example
White with #1331DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1331DA; }
p { color: rgb(19,49,218); }
H1.HeaderClassName
{
color: #1331DA;
}
.AnyTagClassName
{
color: #1331DA;
}
</style>
background-color css
<style>
a { background-color: #1331DA; }
a { background-color: rgb(19,49,218); }
div.DivClassName
{
background-color: #1331DA;
}
.BgClassName
{
background-color: #1331DA;
}
</style>
border-color css
<style>
span { border-color: #1331DA; }
span { border-color: rgb(19,49,218); }
td.TdClassName
{
border-color: #1331DA;
}
.TagClassName
{
border-color: #1331DA;
}
</style>