Shades of Persian Blue #1326DB
Tints of Persian Blue #1326DB
RGB
CMYK
RGB Variations
Color information
#1326DB (or 0x1326DB) is known color: Persian Blue. HEX triplet: 13, 26 and DB. RGB value is (19,38,219). Sum of RGB (Red+Green+Blue) = 19+38+219=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 219 (85.94% from 255 or 79.35% from 276); Max value from RGB is 219 - color contains mainly: blue. Hex color #1326DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1326DB is #ECD924. Grayscale: #343434. Windows color (decimal): -15522085 or 14362131. OLE color: 14362131.
HSL color Cylindrical-coordinate representation of color #1326DB: hue angle of 234.3º 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 #1326DB is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 38 | 219 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.14 |
| HSL | 234.3º | 0.84% | 0.47% | - |
| HSV(B) | 234.3º | 0.91% | 0.86% | - |
| XYZ | 13.75 | 6.64 | 67.57 | - |
| YUV | 52.95 | 221.71 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 219 | 0.91 | 0.83 | 0 | 0.14 | 234.3 | 0.84 | 0.47 |
| Hex | 13 | 26 | DB | 5B | 53 | 0 | E | EA | 54 | 2F |
| Octal | 23 | 46 | 333 | 133 | 123 | 0 | 16 | 352 | 124 | 57 |
| Binary | 10011 | 100110 | 11011011 | 1011011 | 1010011 | 0 | 1110 | 11101010 | 1010100 | 101111 |
Color Harmonies of #1326DB
Complementary color
Monochromatic Colors of #1326DB
Black with #1326DB
Text Example
Text Example
White with #1326DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1326DB; }
p { color: rgb(19,38,219); }
H1.HeaderClassName
{
color: #1326DB;
}
.AnyTagClassName
{
color: #1326DB;
}
</style>
background-color css
<style>
a { background-color: #1326DB; }
a { background-color: rgb(19,38,219); }
div.DivClassName
{
background-color: #1326DB;
}
.BgClassName
{
background-color: #1326DB;
}
</style>
border-color css
<style>
span { border-color: #1326DB; }
span { border-color: rgb(19,38,219); }
td.TdClassName
{
border-color: #1326DB;
}
.TagClassName
{
border-color: #1326DB;
}
</style>