Shades of Persian Blue #133CF3
Tints of Persian Blue #133CF3
RGB
CMYK
RGB Variations
Color information
#133CF3 (or 0x133CF3) is known color: Persian Blue. HEX triplet: 13, 3C and F3. RGB value is (19,60,243). Sum of RGB (Red+Green+Blue) = 19+60+243=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 243 (95.31% from 255 or 75.47% from 322); Max value from RGB is 243 - color contains mainly: blue. Hex color #133CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133CF3 is #ECC30C. Grayscale: #434343. Windows color (decimal): -15516429 or 15940627. OLE color: 15940627.
HSL color Cylindrical-coordinate representation of color #133CF3: hue angle of 229.02º 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 #133CF3 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 60 | 243 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.05 |
| HSL | 229.02º | 0.9% | 0.51% | - |
| HSV(B) | 229.02º | 0.92% | 0.95% | - |
| XYZ | 18.06 | 9.84 | 85.74 | - |
| YUV | 68.6 | 226.42 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 243 | 0.92 | 0.75 | 0 | 0.05 | 229.02 | 0.9 | 0.51 |
| Hex | 13 | 3C | F3 | 5C | 4B | 0 | 5 | E5 | 5A | 33 |
| Octal | 23 | 74 | 363 | 134 | 113 | 0 | 5 | 345 | 132 | 63 |
| Binary | 10011 | 111100 | 11110011 | 1011100 | 1001011 | 0 | 101 | 11100101 | 1011010 | 110011 |
Color Harmonies of #133CF3
Complementary color
Monochromatic Colors of #133CF3
Black with #133CF3
Text Example
Text Example
White with #133CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133CF3; }
p { color: rgb(19,60,243); }
H1.HeaderClassName
{
color: #133CF3;
}
.AnyTagClassName
{
color: #133CF3;
}
</style>
background-color css
<style>
a { background-color: #133CF3; }
a { background-color: rgb(19,60,243); }
div.DivClassName
{
background-color: #133CF3;
}
.BgClassName
{
background-color: #133CF3;
}
</style>
border-color css
<style>
span { border-color: #133CF3; }
span { border-color: rgb(19,60,243); }
td.TdClassName
{
border-color: #133CF3;
}
.TagClassName
{
border-color: #133CF3;
}
</style>