Shades of Persian Blue #133FF0
Tints of Persian Blue #133FF0
RGB
CMYK
RGB Variations
Color information
#133FF0 (or 0x133FF0) is known color: Persian Blue. HEX triplet: 13, 3F and F0. RGB value is (19,63,240). Sum of RGB (Red+Green+Blue) = 19+63+240=322 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.90% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 240 (94.14% from 255 or 74.53% from 322); Max value from RGB is 240 - color contains mainly: blue. Hex color #133FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133FF0 is #ECC00F. Grayscale: #454545. Windows color (decimal): -15515664 or 15744787. OLE color: 15744787.
HSL color Cylindrical-coordinate representation of color #133FF0: hue angle of 228.05º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133FF0 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 63 | 240 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.06 |
| HSL | 228.05º | 0.88% | 0.51% | - |
| HSV(B) | 228.05º | 0.92% | 0.94% | - |
| XYZ | 17.77 | 9.98 | 83.43 | - |
| YUV | 70.02 | 223.92 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 240 | 0.92 | 0.74 | 0 | 0.06 | 228.05 | 0.88 | 0.51 |
| Hex | 13 | 3F | F0 | 5C | 4A | 0 | 6 | E4 | 58 | 33 |
| Octal | 23 | 77 | 360 | 134 | 112 | 0 | 6 | 344 | 130 | 63 |
| Binary | 10011 | 111111 | 11110000 | 1011100 | 1001010 | 0 | 110 | 11100100 | 1011000 | 110011 |
Color Harmonies of #133FF0
Complementary color
Monochromatic Colors of #133FF0
Black with #133FF0
Text Example
Text Example
White with #133FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133FF0; }
p { color: rgb(19,63,240); }
H1.HeaderClassName
{
color: #133FF0;
}
.AnyTagClassName
{
color: #133FF0;
}
</style>
background-color css
<style>
a { background-color: #133FF0; }
a { background-color: rgb(19,63,240); }
div.DivClassName
{
background-color: #133FF0;
}
.BgClassName
{
background-color: #133FF0;
}
</style>
border-color css
<style>
span { border-color: #133FF0; }
span { border-color: rgb(19,63,240); }
td.TdClassName
{
border-color: #133FF0;
}
.TagClassName
{
border-color: #133FF0;
}
</style>