Shades of Persian Blue #1335B7
Tints of Persian Blue #1335B7
RGB
CMYK
RGB Variations
Color information
#1335B7 (or 0x1335B7) is known color: Persian Blue. HEX triplet: 13, 35 and B7. RGB value is (19,53,183). Sum of RGB (Red+Green+Blue) = 19+53+183=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 183 (71.88% from 255 or 71.76% from 255); Max value from RGB is 183 - color contains mainly: blue. Hex color #1335B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1335B7 is #ECCA48. Grayscale: #393939. Windows color (decimal): -15518281 or 12006675. OLE color: 12006675.
HSL color Cylindrical-coordinate representation of color #1335B7: hue angle of 227.56º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1335B7 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 53 | 183 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.28 |
| HSL | 227.56º | 0.81% | 0.4% | - |
| HSV(B) | 227.56º | 0.9% | 0.72% | - |
| XYZ | 10.09 | 6.1 | 45.45 | - |
| YUV | 57.65 | 198.74 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 183 | 0.90 | 0.71 | 0 | 0.28 | 227.56 | 0.81 | 0.4 |
| Hex | 13 | 35 | B7 | 5A | 47 | 0 | 1C | E4 | 51 | 28 |
| Octal | 23 | 65 | 267 | 132 | 107 | 0 | 34 | 344 | 121 | 50 |
| Binary | 10011 | 110101 | 10110111 | 1011010 | 1000111 | 0 | 11100 | 11100100 | 1010001 | 101000 |
Color Harmonies of #1335B7
Complementary color
Monochromatic Colors of #1335B7
Black with #1335B7
Text Example
Text Example
White with #1335B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1335B7; }
p { color: rgb(19,53,183); }
H1.HeaderClassName
{
color: #1335B7;
}
.AnyTagClassName
{
color: #1335B7;
}
</style>
background-color css
<style>
a { background-color: #1335B7; }
a { background-color: rgb(19,53,183); }
div.DivClassName
{
background-color: #1335B7;
}
.BgClassName
{
background-color: #1335B7;
}
</style>
border-color css
<style>
span { border-color: #1335B7; }
span { border-color: rgb(19,53,183); }
td.TdClassName
{
border-color: #1335B7;
}
.TagClassName
{
border-color: #1335B7;
}
</style>