Shades of Persian Blue #1321CB
Tints of Persian Blue #1321CB
RGB
CMYK
RGB Variations
Color information
#1321CB (or 0x1321CB) is known color: Persian Blue. HEX triplet: 13, 21 and CB. RGB value is (19,33,203). Sum of RGB (Red+Green+Blue) = 19+33+203=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 203 (79.69% from 255 or 79.61% from 255); Max value from RGB is 203 - color contains mainly: blue. Hex color #1321CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1321CB is #ECDE34. Grayscale: #2F2F2F. Windows color (decimal): -15523381 or 13312275. OLE color: 13312275.
HSL color Cylindrical-coordinate representation of color #1321CB: hue angle of 235.43º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1321CB is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 33 | 203 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.20 |
| HSL | 235.43º | 0.83% | 0.44% | - |
| HSV(B) | 235.43º | 0.91% | 0.8% | - |
| XYZ | 11.59 | 5.54 | 56.96 | - |
| YUV | 48.19 | 215.36 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 203 | 0.91 | 0.84 | 0 | 0.20 | 235.43 | 0.83 | 0.44 |
| Hex | 13 | 21 | CB | 5B | 54 | 0 | 14 | EB | 53 | 2C |
| Octal | 23 | 41 | 313 | 133 | 124 | 0 | 24 | 353 | 123 | 54 |
| Binary | 10011 | 100001 | 11001011 | 1011011 | 1010100 | 0 | 10100 | 11101011 | 1010011 | 101100 |
Color Harmonies of #1321CB
Complementary color
Monochromatic Colors of #1321CB
Black with #1321CB
Text Example
Text Example
White with #1321CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1321CB; }
p { color: rgb(19,33,203); }
H1.HeaderClassName
{
color: #1321CB;
}
.AnyTagClassName
{
color: #1321CB;
}
</style>
background-color css
<style>
a { background-color: #1321CB; }
a { background-color: rgb(19,33,203); }
div.DivClassName
{
background-color: #1321CB;
}
.BgClassName
{
background-color: #1321CB;
}
</style>
border-color css
<style>
span { border-color: #1321CB; }
span { border-color: rgb(19,33,203); }
td.TdClassName
{
border-color: #1321CB;
}
.TagClassName
{
border-color: #1321CB;
}
</style>