Shades of Persian Blue #133AF2
Tints of Persian Blue #133AF2
RGB
CMYK
RGB Variations
Color information
#133AF2 (or 0x133AF2) is known color: Persian Blue. HEX triplet: 13, 3A and F2. RGB value is (19,58,242). Sum of RGB (Red+Green+Blue) = 19+58+242=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 242 (94.92% from 255 or 75.86% from 319); Max value from RGB is 242 - color contains mainly: blue. Hex color #133AF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133AF2 is #ECC50D. Grayscale: #424242. Windows color (decimal): -15516942 or 15874579. OLE color: 15874579.
HSL color Cylindrical-coordinate representation of color #133AF2: hue angle of 229.51º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133AF2 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 58 | 242 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.05 |
| HSL | 229.51º | 0.9% | 0.51% | - |
| HSV(B) | 229.51º | 0.92% | 0.95% | - |
| XYZ | 17.81 | 9.58 | 84.91 | - |
| YUV | 67.32 | 226.58 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 242 | 0.92 | 0.76 | 0 | 0.05 | 229.51 | 0.9 | 0.51 |
| Hex | 13 | 3A | F2 | 5C | 4C | 0 | 5 | E6 | 5A | 33 |
| Octal | 23 | 72 | 362 | 134 | 114 | 0 | 5 | 346 | 132 | 63 |
| Binary | 10011 | 111010 | 11110010 | 1011100 | 1001100 | 0 | 101 | 11100110 | 1011010 | 110011 |
Color Harmonies of #133AF2
Complementary color
Monochromatic Colors of #133AF2
Black with #133AF2
Text Example
Text Example
White with #133AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133AF2; }
p { color: rgb(19,58,242); }
H1.HeaderClassName
{
color: #133AF2;
}
.AnyTagClassName
{
color: #133AF2;
}
</style>
background-color css
<style>
a { background-color: #133AF2; }
a { background-color: rgb(19,58,242); }
div.DivClassName
{
background-color: #133AF2;
}
.BgClassName
{
background-color: #133AF2;
}
</style>
border-color css
<style>
span { border-color: #133AF2; }
span { border-color: rgb(19,58,242); }
td.TdClassName
{
border-color: #133AF2;
}
.TagClassName
{
border-color: #133AF2;
}
</style>