Shades of Persian Blue #1330BC
Tints of Persian Blue #1330BC
RGB
CMYK
RGB Variations
Color information
#1330BC (or 0x1330BC) is known color: Persian Blue. HEX triplet: 13, 30 and BC. RGB value is (19,48,188). Sum of RGB (Red+Green+Blue) = 19+48+188=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 188 (73.83% from 255 or 73.73% from 255); Max value from RGB is 188 - color contains mainly: blue. Hex color #1330BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1330BC is #ECCF43. Grayscale: #363636. Windows color (decimal): -15519556 or 12333075. OLE color: 12333075.
HSL color Cylindrical-coordinate representation of color #1330BC: hue angle of 229.7º 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 #1330BC is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 48 | 188 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.26 |
| HSL | 229.7º | 0.82% | 0.41% | - |
| HSV(B) | 229.7º | 0.9% | 0.74% | - |
| XYZ | 10.4 | 5.88 | 48.16 | - |
| YUV | 55.29 | 202.89 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 188 | 0.90 | 0.74 | 0 | 0.26 | 229.7 | 0.82 | 0.41 |
| Hex | 13 | 30 | BC | 5A | 4A | 0 | 1A | E6 | 52 | 29 |
| Octal | 23 | 60 | 274 | 132 | 112 | 0 | 32 | 346 | 122 | 51 |
| Binary | 10011 | 110000 | 10111100 | 1011010 | 1001010 | 0 | 11010 | 11100110 | 1010010 | 101001 |
Color Harmonies of #1330BC
Complementary color
Monochromatic Colors of #1330BC
Black with #1330BC
Text Example
Text Example
White with #1330BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1330BC; }
p { color: rgb(19,48,188); }
H1.HeaderClassName
{
color: #1330BC;
}
.AnyTagClassName
{
color: #1330BC;
}
</style>
background-color css
<style>
a { background-color: #1330BC; }
a { background-color: rgb(19,48,188); }
div.DivClassName
{
background-color: #1330BC;
}
.BgClassName
{
background-color: #1330BC;
}
</style>
border-color css
<style>
span { border-color: #1330BC; }
span { border-color: rgb(19,48,188); }
td.TdClassName
{
border-color: #1330BC;
}
.TagClassName
{
border-color: #1330BC;
}
</style>