Shades of Persian Blue #1331D8
Tints of Persian Blue #1331D8
RGB
CMYK
RGB Variations
Color information
#1331D8 (or 0x1331D8) is known color: Persian Blue. HEX triplet: 13, 31 and D8. RGB value is (19,49,216). Sum of RGB (Red+Green+Blue) = 19+49+216=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 216 (84.77% from 255 or 76.06% from 284); Max value from RGB is 216 - color contains mainly: blue. Hex color #1331D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1331D8 is #ECCE27. Grayscale: #3A3A3A. Windows color (decimal): -15519272 or 14168339. OLE color: 14168339.
HSL color Cylindrical-coordinate representation of color #1331D8: hue angle of 230.86º 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 #1331D8 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 49 | 216 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.15 |
| HSL | 230.86º | 0.84% | 0.46% | - |
| HSV(B) | 230.86º | 0.91% | 0.85% | - |
| XYZ | 13.76 | 7.29 | 65.65 | - |
| YUV | 59.07 | 216.56 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 216 | 0.91 | 0.77 | 0 | 0.15 | 230.86 | 0.84 | 0.46 |
| Hex | 13 | 31 | D8 | 5B | 4D | 0 | F | E7 | 54 | 2E |
| Octal | 23 | 61 | 330 | 133 | 115 | 0 | 17 | 347 | 124 | 56 |
| Binary | 10011 | 110001 | 11011000 | 1011011 | 1001101 | 0 | 1111 | 11100111 | 1010100 | 101110 |
Color Harmonies of #1331D8
Complementary color
Monochromatic Colors of #1331D8
Black with #1331D8
Text Example
Text Example
White with #1331D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1331D8; }
p { color: rgb(19,49,216); }
H1.HeaderClassName
{
color: #1331D8;
}
.AnyTagClassName
{
color: #1331D8;
}
</style>
background-color css
<style>
a { background-color: #1331D8; }
a { background-color: rgb(19,49,216); }
div.DivClassName
{
background-color: #1331D8;
}
.BgClassName
{
background-color: #1331D8;
}
</style>
border-color css
<style>
span { border-color: #1331D8; }
span { border-color: rgb(19,49,216); }
td.TdClassName
{
border-color: #1331D8;
}
.TagClassName
{
border-color: #1331D8;
}
</style>