Shades of Persian Blue #133FE7
Tints of Persian Blue #133FE7
RGB
CMYK
RGB Variations
Color information
#133FE7 (or 0x133FE7) is known color: Persian Blue. HEX triplet: 13, 3F and E7. RGB value is (19,63,231). Sum of RGB (Red+Green+Blue) = 19+63+231=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 231 (90.62% from 255 or 73.80% from 313); Max value from RGB is 231 - color contains mainly: blue. Hex color #133FE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133FE7 is #ECC018. Grayscale: #444444. Windows color (decimal): -15515673 or 15154963. OLE color: 15154963.
HSL color Cylindrical-coordinate representation of color #133FE7: hue angle of 227.55º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133FE7 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 63 | 231 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.09 |
| HSL | 227.55º | 0.85% | 0.49% | - |
| HSV(B) | 227.55º | 0.92% | 0.91% | - |
| XYZ | 16.47 | 9.46 | 76.56 | - |
| YUV | 69 | 219.42 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 231 | 0.92 | 0.73 | 0 | 0.09 | 227.55 | 0.85 | 0.49 |
| Hex | 13 | 3F | E7 | 5C | 49 | 0 | 9 | E4 | 55 | 31 |
| Octal | 23 | 77 | 347 | 134 | 111 | 0 | 11 | 344 | 125 | 61 |
| Binary | 10011 | 111111 | 11100111 | 1011100 | 1001001 | 0 | 1001 | 11100100 | 1010101 | 110001 |
Color Harmonies of #133FE7
Complementary color
Monochromatic Colors of #133FE7
Black with #133FE7
Text Example
Text Example
White with #133FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133FE7; }
p { color: rgb(19,63,231); }
H1.HeaderClassName
{
color: #133FE7;
}
.AnyTagClassName
{
color: #133FE7;
}
</style>
background-color css
<style>
a { background-color: #133FE7; }
a { background-color: rgb(19,63,231); }
div.DivClassName
{
background-color: #133FE7;
}
.BgClassName
{
background-color: #133FE7;
}
</style>
border-color css
<style>
span { border-color: #133FE7; }
span { border-color: rgb(19,63,231); }
td.TdClassName
{
border-color: #133FE7;
}
.TagClassName
{
border-color: #133FE7;
}
</style>