Shades of Persian Blue #1330C0
Tints of Persian Blue #1330C0
RGB
CMYK
RGB Variations
Color information
#1330C0 (or 0x1330C0) is known color: Persian Blue. HEX triplet: 13, 30 and C0. RGB value is (19,48,192). Sum of RGB (Red+Green+Blue) = 19+48+192=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 192 (75.39% from 255 or 74.13% from 259); Max value from RGB is 192 - color contains mainly: blue. Hex color #1330C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1330C0 is #ECCF3F. Grayscale: #373737. Windows color (decimal): -15519552 or 12595219. OLE color: 12595219.
HSL color Cylindrical-coordinate representation of color #1330C0: hue angle of 229.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1330C0 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 48 | 192 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.25 |
| HSL | 229.94º | 0.82% | 0.41% | - |
| HSV(B) | 229.94º | 0.9% | 0.75% | - |
| XYZ | 10.84 | 6.06 | 50.47 | - |
| YUV | 55.75 | 204.89 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 192 | 0.90 | 0.75 | 0 | 0.25 | 229.94 | 0.82 | 0.41 |
| Hex | 13 | 30 | C0 | 5A | 4B | 0 | 19 | E6 | 52 | 29 |
| Octal | 23 | 60 | 300 | 132 | 113 | 0 | 31 | 346 | 122 | 51 |
| Binary | 10011 | 110000 | 11000000 | 1011010 | 1001011 | 0 | 11001 | 11100110 | 1010010 | 101001 |
Color Harmonies of #1330C0
Complementary color
Monochromatic Colors of #1330C0
Black with #1330C0
Text Example
Text Example
White with #1330C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1330C0; }
p { color: rgb(19,48,192); }
H1.HeaderClassName
{
color: #1330C0;
}
.AnyTagClassName
{
color: #1330C0;
}
</style>
background-color css
<style>
a { background-color: #1330C0; }
a { background-color: rgb(19,48,192); }
div.DivClassName
{
background-color: #1330C0;
}
.BgClassName
{
background-color: #1330C0;
}
</style>
border-color css
<style>
span { border-color: #1330C0; }
span { border-color: rgb(19,48,192); }
td.TdClassName
{
border-color: #1330C0;
}
.TagClassName
{
border-color: #1330C0;
}
</style>