Shades of Persian Blue #133CF1
Tints of Persian Blue #133CF1
RGB
CMYK
RGB Variations
Color information
#133CF1 (or 0x133CF1) is known color: Persian Blue. HEX triplet: 13, 3C and F1. RGB value is (19,60,241). Sum of RGB (Red+Green+Blue) = 19+60+241=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 241 (94.53% from 255 or 75.31% from 320); Max value from RGB is 241 - color contains mainly: blue. Hex color #133CF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133CF1 is #ECC30E. Grayscale: #434343. Windows color (decimal): -15516431 or 15809555. OLE color: 15809555.
HSL color Cylindrical-coordinate representation of color #133CF1: hue angle of 228.92º degrees, saturation: 0.89, 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 #133CF1 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 60 | 241 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.05 |
| HSL | 228.92º | 0.89% | 0.51% | - |
| HSV(B) | 228.92º | 0.92% | 0.95% | - |
| XYZ | 17.76 | 9.72 | 84.16 | - |
| YUV | 68.38 | 225.42 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 241 | 0.92 | 0.75 | 0 | 0.05 | 228.92 | 0.89 | 0.51 |
| Hex | 13 | 3C | F1 | 5C | 4B | 0 | 5 | E5 | 59 | 33 |
| Octal | 23 | 74 | 361 | 134 | 113 | 0 | 5 | 345 | 131 | 63 |
| Binary | 10011 | 111100 | 11110001 | 1011100 | 1001011 | 0 | 101 | 11100101 | 1011001 | 110011 |
Color Harmonies of #133CF1
Complementary color
Monochromatic Colors of #133CF1
Black with #133CF1
Text Example
Text Example
White with #133CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133CF1; }
p { color: rgb(19,60,241); }
H1.HeaderClassName
{
color: #133CF1;
}
.AnyTagClassName
{
color: #133CF1;
}
</style>
background-color css
<style>
a { background-color: #133CF1; }
a { background-color: rgb(19,60,241); }
div.DivClassName
{
background-color: #133CF1;
}
.BgClassName
{
background-color: #133CF1;
}
</style>
border-color css
<style>
span { border-color: #133CF1; }
span { border-color: rgb(19,60,241); }
td.TdClassName
{
border-color: #133CF1;
}
.TagClassName
{
border-color: #133CF1;
}
</style>