Shades of Persian Blue #1323BC
Tints of Persian Blue #1323BC
RGB
CMYK
RGB Variations
Color information
#1323BC (or 0x1323BC) is known color: Persian Blue. HEX triplet: 13, 23 and BC. RGB value is (19,35,188). Sum of RGB (Red+Green+Blue) = 19+35+188=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #1323BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1323BC is #ECDC43. Grayscale: #2F2F2F. Windows color (decimal): -15522884 or 12329747. OLE color: 12329747.
HSL color Cylindrical-coordinate representation of color #1323BC: hue angle of 234.32º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1323BC is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 35 | 188 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.26 |
| HSL | 234.32º | 0.82% | 0.41% | - |
| HSV(B) | 234.32º | 0.9% | 0.74% | - |
| XYZ | 9.95 | 4.97 | 48.01 | - |
| YUV | 47.66 | 207.2 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 188 | 0.90 | 0.81 | 0 | 0.26 | 234.32 | 0.82 | 0.41 |
| Hex | 13 | 23 | BC | 5A | 51 | 0 | 1A | EA | 52 | 29 |
| Octal | 23 | 43 | 274 | 132 | 121 | 0 | 32 | 352 | 122 | 51 |
| Binary | 10011 | 100011 | 10111100 | 1011010 | 1010001 | 0 | 11010 | 11101010 | 1010010 | 101001 |
Color Harmonies of #1323BC
Complementary color
Monochromatic Colors of #1323BC
Black with #1323BC
Text Example
Text Example
White with #1323BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1323BC; }
p { color: rgb(19,35,188); }
H1.HeaderClassName
{
color: #1323BC;
}
.AnyTagClassName
{
color: #1323BC;
}
</style>
background-color css
<style>
a { background-color: #1323BC; }
a { background-color: rgb(19,35,188); }
div.DivClassName
{
background-color: #1323BC;
}
.BgClassName
{
background-color: #1323BC;
}
</style>
border-color css
<style>
span { border-color: #1323BC; }
span { border-color: rgb(19,35,188); }
td.TdClassName
{
border-color: #1323BC;
}
.TagClassName
{
border-color: #1323BC;
}
</style>