Shades of Persian Blue #133AD5
Tints of Persian Blue #133AD5
RGB
CMYK
RGB Variations
Color information
#133AD5 (or 0x133AD5) is known color: Persian Blue. HEX triplet: 13, 3A and D5. RGB value is (19,58,213). Sum of RGB (Red+Green+Blue) = 19+58+213=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 213 (83.59% from 255 or 73.45% from 290); Max value from RGB is 213 - color contains mainly: blue. Hex color #133AD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133AD5 is #ECC52A. Grayscale: #3F3F3F. Windows color (decimal): -15516971 or 13974035. OLE color: 13974035.
HSL color Cylindrical-coordinate representation of color #133AD5: hue angle of 227.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133AD5 is Cyan = 0.91, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 58 | 213 | - |
| CMYK | 0.91 | 0.73 | 0 | 0.16 |
| HSL | 227.94º | 0.84% | 0.45% | - |
| HSV(B) | 227.94º | 0.91% | 0.84% | - |
| XYZ | 13.79 | 7.97 | 63.76 | - |
| YUV | 64.01 | 212.08 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 213 | 0.91 | 0.73 | 0 | 0.16 | 227.94 | 0.84 | 0.45 |
| Hex | 13 | 3A | D5 | 5B | 49 | 0 | 10 | E4 | 54 | 2D |
| Octal | 23 | 72 | 325 | 133 | 111 | 0 | 20 | 344 | 124 | 55 |
| Binary | 10011 | 111010 | 11010101 | 1011011 | 1001001 | 0 | 10000 | 11100100 | 1010100 | 101101 |
Color Harmonies of #133AD5
Complementary color
Monochromatic Colors of #133AD5
Black with #133AD5
Text Example
Text Example
White with #133AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133AD5; }
p { color: rgb(19,58,213); }
H1.HeaderClassName
{
color: #133AD5;
}
.AnyTagClassName
{
color: #133AD5;
}
</style>
background-color css
<style>
a { background-color: #133AD5; }
a { background-color: rgb(19,58,213); }
div.DivClassName
{
background-color: #133AD5;
}
.BgClassName
{
background-color: #133AD5;
}
</style>
border-color css
<style>
span { border-color: #133AD5; }
span { border-color: rgb(19,58,213); }
td.TdClassName
{
border-color: #133AD5;
}
.TagClassName
{
border-color: #133AD5;
}
</style>