Shades of Persian Blue #1323CB
Tints of Persian Blue #1323CB
RGB
CMYK
RGB Variations
Color information
#1323CB (or 0x1323CB) is known color: Persian Blue. HEX triplet: 13, 23 and CB. RGB value is (19,35,203). Sum of RGB (Red+Green+Blue) = 19+35+203=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 203 (79.69% from 255 or 78.99% from 257); Max value from RGB is 203 - color contains mainly: blue. Hex color #1323CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1323CB is #ECDC34. Grayscale: #303030. Windows color (decimal): -15522869 or 13312787. OLE color: 13312787.
HSL color Cylindrical-coordinate representation of color #1323CB: hue angle of 234.78º 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 #1323CB is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 35 | 203 | - |
| CMYK | 0.91 | 0.83 | 0 | 0.20 |
| HSL | 234.78º | 0.83% | 0.44% | - |
| HSV(B) | 234.78º | 0.91% | 0.8% | - |
| XYZ | 11.65 | 5.65 | 56.98 | - |
| YUV | 49.37 | 214.7 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 203 | 0.91 | 0.83 | 0 | 0.20 | 234.78 | 0.83 | 0.44 |
| Hex | 13 | 23 | CB | 5B | 53 | 0 | 14 | EB | 53 | 2C |
| Octal | 23 | 43 | 313 | 133 | 123 | 0 | 24 | 353 | 123 | 54 |
| Binary | 10011 | 100011 | 11001011 | 1011011 | 1010011 | 0 | 10100 | 11101011 | 1010011 | 101100 |
Color Harmonies of #1323CB
Complementary color
Monochromatic Colors of #1323CB
Black with #1323CB
Text Example
Text Example
White with #1323CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1323CB; }
p { color: rgb(19,35,203); }
H1.HeaderClassName
{
color: #1323CB;
}
.AnyTagClassName
{
color: #1323CB;
}
</style>
background-color css
<style>
a { background-color: #1323CB; }
a { background-color: rgb(19,35,203); }
div.DivClassName
{
background-color: #1323CB;
}
.BgClassName
{
background-color: #1323CB;
}
</style>
border-color css
<style>
span { border-color: #1323CB; }
span { border-color: rgb(19,35,203); }
td.TdClassName
{
border-color: #1323CB;
}
.TagClassName
{
border-color: #1323CB;
}
</style>