Shades of Persian Blue #133FF3
Tints of Persian Blue #133FF3
RGB
CMYK
RGB Variations
Color information
#133FF3 (or 0x133FF3) is known color: Persian Blue. HEX triplet: 13, 3F and F3. RGB value is (19,63,243). Sum of RGB (Red+Green+Blue) = 19+63+243=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 243 (95.31% from 255 or 74.77% from 325); Max value from RGB is 243 - color contains mainly: blue. Hex color #133FF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133FF3 is #ECC00C. Grayscale: #454545. Windows color (decimal): -15515661 or 15941395. OLE color: 15941395.
HSL color Cylindrical-coordinate representation of color #133FF3: hue angle of 228.21º 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 #133FF3 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 63 | 243 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.05 |
| HSL | 228.21º | 0.9% | 0.51% | - |
| HSV(B) | 228.21º | 0.92% | 0.95% | - |
| XYZ | 18.22 | 10.16 | 85.8 | - |
| YUV | 70.36 | 225.42 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 243 | 0.92 | 0.74 | 0 | 0.05 | 228.21 | 0.9 | 0.51 |
| Hex | 13 | 3F | F3 | 5C | 4A | 0 | 5 | E4 | 5A | 33 |
| Octal | 23 | 77 | 363 | 134 | 112 | 0 | 5 | 344 | 132 | 63 |
| Binary | 10011 | 111111 | 11110011 | 1011100 | 1001010 | 0 | 101 | 11100100 | 1011010 | 110011 |
Color Harmonies of #133FF3
Complementary color
Monochromatic Colors of #133FF3
Black with #133FF3
Text Example
Text Example
White with #133FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133FF3; }
p { color: rgb(19,63,243); }
H1.HeaderClassName
{
color: #133FF3;
}
.AnyTagClassName
{
color: #133FF3;
}
</style>
background-color css
<style>
a { background-color: #133FF3; }
a { background-color: rgb(19,63,243); }
div.DivClassName
{
background-color: #133FF3;
}
.BgClassName
{
background-color: #133FF3;
}
</style>
border-color css
<style>
span { border-color: #133FF3; }
span { border-color: rgb(19,63,243); }
td.TdClassName
{
border-color: #133FF3;
}
.TagClassName
{
border-color: #133FF3;
}
</style>