Shades of Persian Blue #133BF6
Tints of Persian Blue #133BF6
RGB
CMYK
RGB Variations
Color information
#133BF6 (or 0x133BF6) is known color: Persian Blue. HEX triplet: 13, 3B and F6. RGB value is (19,59,246). Sum of RGB (Red+Green+Blue) = 19+59+246=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 246 (96.48% from 255 or 75.93% from 324); Max value from RGB is 246 - color contains mainly: blue. Hex color #133BF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133BF6 is #ECC409. Grayscale: #434343. Windows color (decimal): -15516682 or 16136979. OLE color: 16136979.
HSL color Cylindrical-coordinate representation of color #133BF6: hue angle of 229.43º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #133BF6 is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 59 | 246 | - |
| CMYK | 0.92 | 0.76 | 0 | 0.04 |
| HSL | 229.43º | 0.93% | 0.52% | - |
| HSV(B) | 229.43º | 0.92% | 0.96% | - |
| XYZ | 18.47 | 9.92 | 88.13 | - |
| YUV | 68.36 | 228.25 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 59 | 246 | 0.92 | 0.76 | 0 | 0.04 | 229.43 | 0.93 | 0.52 |
| Hex | 13 | 3B | F6 | 5C | 4C | 0 | 4 | E5 | 5D | 34 |
| Octal | 23 | 73 | 366 | 134 | 114 | 0 | 4 | 345 | 135 | 64 |
| Binary | 10011 | 111011 | 11110110 | 1011100 | 1001100 | 0 | 100 | 11100101 | 1011101 | 110100 |
Color Harmonies of #133BF6
Complementary color
Monochromatic Colors of #133BF6
Black with #133BF6
Text Example
Text Example
White with #133BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133BF6; }
p { color: rgb(19,59,246); }
H1.HeaderClassName
{
color: #133BF6;
}
.AnyTagClassName
{
color: #133BF6;
}
</style>
background-color css
<style>
a { background-color: #133BF6; }
a { background-color: rgb(19,59,246); }
div.DivClassName
{
background-color: #133BF6;
}
.BgClassName
{
background-color: #133BF6;
}
</style>
border-color css
<style>
span { border-color: #133BF6; }
span { border-color: rgb(19,59,246); }
td.TdClassName
{
border-color: #133BF6;
}
.TagClassName
{
border-color: #133BF6;
}
</style>