Shades of Persian Blue #133AE5
Tints of Persian Blue #133AE5
RGB
CMYK
RGB Variations
Color information
#133AE5 (or 0x133AE5) is known color: Persian Blue. HEX triplet: 13, 3A and E5. RGB value is (19,58,229). Sum of RGB (Red+Green+Blue) = 19+58+229=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 229 (89.84% from 255 or 74.84% from 306); Max value from RGB is 229 - color contains mainly: blue. Hex color #133AE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133AE5 is #ECC51A. Grayscale: #414141. Windows color (decimal): -15516955 or 15022611. OLE color: 15022611.
HSL color Cylindrical-coordinate representation of color #133AE5: hue angle of 228.86º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133AE5 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 58 | 229 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.10 |
| HSL | 228.86º | 0.85% | 0.49% | - |
| HSV(B) | 228.86º | 0.92% | 0.9% | - |
| XYZ | 15.92 | 8.82 | 74.99 | - |
| YUV | 65.83 | 220.08 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 229 | 0.92 | 0.75 | 0 | 0.10 | 228.86 | 0.85 | 0.49 |
| Hex | 13 | 3A | E5 | 5C | 4B | 0 | A | E5 | 55 | 31 |
| Octal | 23 | 72 | 345 | 134 | 113 | 0 | 12 | 345 | 125 | 61 |
| Binary | 10011 | 111010 | 11100101 | 1011100 | 1001011 | 0 | 1010 | 11100101 | 1010101 | 110001 |
Color Harmonies of #133AE5
Complementary color
Monochromatic Colors of #133AE5
Black with #133AE5
Text Example
Text Example
White with #133AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133AE5; }
p { color: rgb(19,58,229); }
H1.HeaderClassName
{
color: #133AE5;
}
.AnyTagClassName
{
color: #133AE5;
}
</style>
background-color css
<style>
a { background-color: #133AE5; }
a { background-color: rgb(19,58,229); }
div.DivClassName
{
background-color: #133AE5;
}
.BgClassName
{
background-color: #133AE5;
}
</style>
border-color css
<style>
span { border-color: #133AE5; }
span { border-color: rgb(19,58,229); }
td.TdClassName
{
border-color: #133AE5;
}
.TagClassName
{
border-color: #133AE5;
}
</style>