Shades of Persian Blue #1330DC
Tints of Persian Blue #1330DC
RGB
CMYK
RGB Variations
Color information
#1330DC (or 0x1330DC) is known color: Persian Blue. HEX triplet: 13, 30 and DC. RGB value is (19,48,220). Sum of RGB (Red+Green+Blue) = 19+48+220=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 220 (86.33% from 255 or 76.66% from 287); Max value from RGB is 220 - color contains mainly: blue. Hex color #1330DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1330DC is #ECCF23. Grayscale: #3A3A3A. Windows color (decimal): -15519524 or 14430227. OLE color: 14430227.
HSL color Cylindrical-coordinate representation of color #1330DC: hue angle of 231.34º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1330DC is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 48 | 220 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.14 |
| HSL | 231.34º | 0.84% | 0.47% | - |
| HSV(B) | 231.34º | 0.91% | 0.86% | - |
| XYZ | 14.24 | 7.42 | 68.39 | - |
| YUV | 58.94 | 218.89 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 220 | 0.91 | 0.78 | 0 | 0.14 | 231.34 | 0.84 | 0.47 |
| Hex | 13 | 30 | DC | 5B | 4E | 0 | E | E7 | 54 | 2F |
| Octal | 23 | 60 | 334 | 133 | 116 | 0 | 16 | 347 | 124 | 57 |
| Binary | 10011 | 110000 | 11011100 | 1011011 | 1001110 | 0 | 1110 | 11100111 | 1010100 | 101111 |
Color Harmonies of #1330DC
Complementary color
Monochromatic Colors of #1330DC
Black with #1330DC
Text Example
Text Example
White with #1330DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1330DC; }
p { color: rgb(19,48,220); }
H1.HeaderClassName
{
color: #1330DC;
}
.AnyTagClassName
{
color: #1330DC;
}
</style>
background-color css
<style>
a { background-color: #1330DC; }
a { background-color: rgb(19,48,220); }
div.DivClassName
{
background-color: #1330DC;
}
.BgClassName
{
background-color: #1330DC;
}
</style>
border-color css
<style>
span { border-color: #1330DC; }
span { border-color: rgb(19,48,220); }
td.TdClassName
{
border-color: #1330DC;
}
.TagClassName
{
border-color: #1330DC;
}
</style>