Shades of Persian Blue #1321CE
Tints of Persian Blue #1321CE
RGB
CMYK
RGB Variations
Color information
#1321CE (or 0x1321CE) is known color: Persian Blue. HEX triplet: 13, 21 and CE. RGB value is (19,33,206). Sum of RGB (Red+Green+Blue) = 19+33+206=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 206 (80.86% from 255 or 79.84% from 258); Max value from RGB is 206 - color contains mainly: blue. Hex color #1321CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1321CE is #ECDE31. Grayscale: #2F2F2F. Windows color (decimal): -15523378 or 13508883. OLE color: 13508883.
HSL color Cylindrical-coordinate representation of color #1321CE: hue angle of 235.51º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1321CE is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 33 | 206 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.19 |
| HSL | 235.51º | 0.83% | 0.44% | - |
| HSV(B) | 235.51º | 0.91% | 0.81% | - |
| XYZ | 11.95 | 5.68 | 58.86 | - |
| YUV | 48.54 | 216.86 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 206 | 0.91 | 0.84 | 0 | 0.19 | 235.51 | 0.83 | 0.44 |
| Hex | 13 | 21 | CE | 5B | 54 | 0 | 13 | EC | 53 | 2C |
| Octal | 23 | 41 | 316 | 133 | 124 | 0 | 23 | 354 | 123 | 54 |
| Binary | 10011 | 100001 | 11001110 | 1011011 | 1010100 | 0 | 10011 | 11101100 | 1010011 | 101100 |
Color Harmonies of #1321CE
Complementary color
Monochromatic Colors of #1321CE
Black with #1321CE
Text Example
Text Example
White with #1321CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1321CE; }
p { color: rgb(19,33,206); }
H1.HeaderClassName
{
color: #1321CE;
}
.AnyTagClassName
{
color: #1321CE;
}
</style>
background-color css
<style>
a { background-color: #1321CE; }
a { background-color: rgb(19,33,206); }
div.DivClassName
{
background-color: #1321CE;
}
.BgClassName
{
background-color: #1321CE;
}
</style>
border-color css
<style>
span { border-color: #1321CE; }
span { border-color: rgb(19,33,206); }
td.TdClassName
{
border-color: #1321CE;
}
.TagClassName
{
border-color: #1321CE;
}
</style>