Shades of Persian Blue #1330D8
Tints of Persian Blue #1330D8
RGB
CMYK
RGB Variations
Color information
#1330D8 (or 0x1330D8) is known color: Persian Blue. HEX triplet: 13, 30 and D8. RGB value is (19,48,216). Sum of RGB (Red+Green+Blue) = 19+48+216=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 216 (84.77% from 255 or 76.33% from 283); Max value from RGB is 216 - color contains mainly: blue. Hex color #1330D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1330D8 is #ECCF27. Grayscale: #393939. Windows color (decimal): -15519528 or 14168083. OLE color: 14168083.
HSL color Cylindrical-coordinate representation of color #1330D8: hue angle of 231.17º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1330D8 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 48 | 216 | - |
| CMYK | 0.91 | 0.78 | 0 | 0.15 |
| HSL | 231.17º | 0.84% | 0.46% | - |
| HSV(B) | 231.17º | 0.91% | 0.85% | - |
| XYZ | 13.72 | 7.21 | 65.63 | - |
| YUV | 58.48 | 216.89 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 216 | 0.91 | 0.78 | 0 | 0.15 | 231.17 | 0.84 | 0.46 |
| Hex | 13 | 30 | D8 | 5B | 4E | 0 | F | E7 | 54 | 2E |
| Octal | 23 | 60 | 330 | 133 | 116 | 0 | 17 | 347 | 124 | 56 |
| Binary | 10011 | 110000 | 11011000 | 1011011 | 1001110 | 0 | 1111 | 11100111 | 1010100 | 101110 |
Color Harmonies of #1330D8
Complementary color
Monochromatic Colors of #1330D8
Black with #1330D8
Text Example
Text Example
White with #1330D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1330D8; }
p { color: rgb(19,48,216); }
H1.HeaderClassName
{
color: #1330D8;
}
.AnyTagClassName
{
color: #1330D8;
}
</style>
background-color css
<style>
a { background-color: #1330D8; }
a { background-color: rgb(19,48,216); }
div.DivClassName
{
background-color: #1330D8;
}
.BgClassName
{
background-color: #1330D8;
}
</style>
border-color css
<style>
span { border-color: #1330D8; }
span { border-color: rgb(19,48,216); }
td.TdClassName
{
border-color: #1330D8;
}
.TagClassName
{
border-color: #1330D8;
}
</style>