Shades of Persian Blue #1335B5
Tints of Persian Blue #1335B5
RGB
CMYK
RGB Variations
Color information
#1335B5 (or 0x1335B5) is known color: Persian Blue. HEX triplet: 13, 35 and B5. RGB value is (19,53,181). Sum of RGB (Red+Green+Blue) = 19+53+181=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 181 (71.09% from 255 or 71.54% from 253); Max value from RGB is 181 - color contains mainly: blue. Hex color #1335B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1335B5 is #ECCA4A. Grayscale: #383838. Windows color (decimal): -15518283 or 11875603. OLE color: 11875603.
HSL color Cylindrical-coordinate representation of color #1335B5: hue angle of 227.41º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1335B5 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 53 | 181 | - |
| CMYK | 0.90 | 0.71 | 0 | 0.29 |
| HSL | 227.41º | 0.81% | 0.39% | - |
| HSV(B) | 227.41º | 0.9% | 0.71% | - |
| XYZ | 9.88 | 6.02 | 44.36 | - |
| YUV | 57.43 | 197.74 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 53 | 181 | 0.90 | 0.71 | 0 | 0.29 | 227.41 | 0.81 | 0.39 |
| Hex | 13 | 35 | B5 | 5A | 47 | 0 | 1D | E3 | 51 | 27 |
| Octal | 23 | 65 | 265 | 132 | 107 | 0 | 35 | 343 | 121 | 47 |
| Binary | 10011 | 110101 | 10110101 | 1011010 | 1000111 | 0 | 11101 | 11100011 | 1010001 | 100111 |
Color Harmonies of #1335B5
Complementary color
Monochromatic Colors of #1335B5
Black with #1335B5
Text Example
Text Example
White with #1335B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1335B5; }
p { color: rgb(19,53,181); }
H1.HeaderClassName
{
color: #1335B5;
}
.AnyTagClassName
{
color: #1335B5;
}
</style>
background-color css
<style>
a { background-color: #1335B5; }
a { background-color: rgb(19,53,181); }
div.DivClassName
{
background-color: #1335B5;
}
.BgClassName
{
background-color: #1335B5;
}
</style>
border-color css
<style>
span { border-color: #1335B5; }
span { border-color: rgb(19,53,181); }
td.TdClassName
{
border-color: #1335B5;
}
.TagClassName
{
border-color: #1335B5;
}
</style>