Shades of Persian Blue #1331DB
Tints of Persian Blue #1331DB
RGB
CMYK
RGB Variations
Color information
#1331DB (or 0x1331DB) is known color: Persian Blue. HEX triplet: 13, 31 and DB. RGB value is (19,49,219). Sum of RGB (Red+Green+Blue) = 19+49+219=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #1331DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1331DB is #ECCE24. Grayscale: #3A3A3A. Windows color (decimal): -15519269 or 14364947. OLE color: 14364947.
HSL color Cylindrical-coordinate representation of color #1331DB: hue angle of 231º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1331DB is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 49 | 219 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.14 |
| HSL | 231º | 0.84% | 0.47% | - |
| HSV(B) | 231º | 0.91% | 0.86% | - |
| XYZ | 14.15 | 7.45 | 67.71 | - |
| YUV | 59.41 | 218.06 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 219 | 0.91 | 0.78 | 0 | 0.14 | 231 | 0.84 | 0.47 |
| Hex | 13 | 31 | DB | 5B | 4E | 0 | E | E7 | 54 | 2F |
| Octal | 23 | 61 | 333 | 133 | 116 | 0 | 16 | 347 | 124 | 57 |
| Binary | 10011 | 110001 | 11011011 | 1011011 | 1001110 | 0 | 1110 | 11100111 | 1010100 | 101111 |
Color Harmonies of #1331DB
Complementary color
Monochromatic Colors of #1331DB
Black with #1331DB
Text Example
Text Example
White with #1331DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1331DB; }
p { color: rgb(19,49,219); }
H1.HeaderClassName
{
color: #1331DB;
}
.AnyTagClassName
{
color: #1331DB;
}
</style>
background-color css
<style>
a { background-color: #1331DB; }
a { background-color: rgb(19,49,219); }
div.DivClassName
{
background-color: #1331DB;
}
.BgClassName
{
background-color: #1331DB;
}
</style>
border-color css
<style>
span { border-color: #1331DB; }
span { border-color: rgb(19,49,219); }
td.TdClassName
{
border-color: #1331DB;
}
.TagClassName
{
border-color: #1331DB;
}
</style>