Shades of Persian Blue #1322DB
Tints of Persian Blue #1322DB
RGB
CMYK
RGB Variations
Color information
#1322DB (or 0x1322DB) is known color: Persian Blue. HEX triplet: 13, 22 and DB. RGB value is (19,34,219). Sum of RGB (Red+Green+Blue) = 19+34+219=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 219 (85.94% from 255 or 80.51% from 272); Max value from RGB is 219 - color contains mainly: blue. Hex color #1322DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1322DB is #ECDD24. Grayscale: #313131. Windows color (decimal): -15523109 or 14361107. OLE color: 14361107.
HSL color Cylindrical-coordinate representation of color #1322DB: hue angle of 235.5º 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 #1322DB is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 34 | 219 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.14 |
| HSL | 235.5º | 0.84% | 0.47% | - |
| HSV(B) | 235.5º | 0.91% | 0.86% | - |
| XYZ | 13.63 | 6.4 | 67.53 | - |
| YUV | 50.61 | 223.03 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 34 | 219 | 0.91 | 0.84 | 0 | 0.14 | 235.5 | 0.84 | 0.47 |
| Hex | 13 | 22 | DB | 5B | 54 | 0 | E | EC | 54 | 2F |
| Octal | 23 | 42 | 333 | 133 | 124 | 0 | 16 | 354 | 124 | 57 |
| Binary | 10011 | 100010 | 11011011 | 1011011 | 1010100 | 0 | 1110 | 11101100 | 1010100 | 101111 |
Color Harmonies of #1322DB
Complementary color
Monochromatic Colors of #1322DB
Black with #1322DB
Text Example
Text Example
White with #1322DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1322DB; }
p { color: rgb(19,34,219); }
H1.HeaderClassName
{
color: #1322DB;
}
.AnyTagClassName
{
color: #1322DB;
}
</style>
background-color css
<style>
a { background-color: #1322DB; }
a { background-color: rgb(19,34,219); }
div.DivClassName
{
background-color: #1322DB;
}
.BgClassName
{
background-color: #1322DB;
}
</style>
border-color css
<style>
span { border-color: #1322DB; }
span { border-color: rgb(19,34,219); }
td.TdClassName
{
border-color: #1322DB;
}
.TagClassName
{
border-color: #1322DB;
}
</style>