Shades of Persian Blue #133AF3
Tints of Persian Blue #133AF3
RGB
CMYK
RGB Variations
Color information
#133AF3 (or 0x133AF3) is known color: Persian Blue. HEX triplet: 13, 3A and F3. RGB value is (19,58,243). Sum of RGB (Red+Green+Blue) = 19+58+243=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 243 (95.31% from 255 or 75.94% from 320); Max value from RGB is 243 - color contains mainly: blue. Hex color #133AF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133AF3 is #ECC50C. Grayscale: #424242. Windows color (decimal): -15516941 or 15940115. OLE color: 15940115.
HSL color Cylindrical-coordinate representation of color #133AF3: hue angle of 229.55º 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 #133AF3 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 58 | 243 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.05 |
| HSL | 229.55º | 0.9% | 0.51% | - |
| HSV(B) | 229.55º | 0.92% | 0.95% | - |
| XYZ | 17.96 | 9.64 | 85.71 | - |
| YUV | 67.43 | 227.08 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 243 | 0.92 | 0.76 | 0 | 0.05 | 229.55 | 0.9 | 0.51 |
| Hex | 13 | 3A | F3 | 5C | 4C | 0 | 5 | E6 | 5A | 33 |
| Octal | 23 | 72 | 363 | 134 | 114 | 0 | 5 | 346 | 132 | 63 |
| Binary | 10011 | 111010 | 11110011 | 1011100 | 1001100 | 0 | 101 | 11100110 | 1011010 | 110011 |
Color Harmonies of #133AF3
Complementary color
Monochromatic Colors of #133AF3
Black with #133AF3
Text Example
Text Example
White with #133AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133AF3; }
p { color: rgb(19,58,243); }
H1.HeaderClassName
{
color: #133AF3;
}
.AnyTagClassName
{
color: #133AF3;
}
</style>
background-color css
<style>
a { background-color: #133AF3; }
a { background-color: rgb(19,58,243); }
div.DivClassName
{
background-color: #133AF3;
}
.BgClassName
{
background-color: #133AF3;
}
</style>
border-color css
<style>
span { border-color: #133AF3; }
span { border-color: rgb(19,58,243); }
td.TdClassName
{
border-color: #133AF3;
}
.TagClassName
{
border-color: #133AF3;
}
</style>