Shades of Persian Blue #133DF3
Tints of Persian Blue #133DF3
RGB
CMYK
RGB Variations
Color information
#133DF3 (or 0x133DF3) is known color: Persian Blue. HEX triplet: 13, 3D and F3. RGB value is (19,61,243). Sum of RGB (Red+Green+Blue) = 19+61+243=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 243 (95.31% from 255 or 75.23% from 323); Max value from RGB is 243 - color contains mainly: blue. Hex color #133DF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #133DF3 is #ECC20C. Grayscale: #444444. Windows color (decimal): -15516173 or 15940883. OLE color: 15940883.
HSL color Cylindrical-coordinate representation of color #133DF3: hue angle of 228.75º 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 #133DF3 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 61 | 243 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.05 |
| HSL | 228.75º | 0.9% | 0.51% | - |
| HSV(B) | 228.75º | 0.92% | 0.95% | - |
| XYZ | 18.11 | 9.95 | 85.76 | - |
| YUV | 69.19 | 226.09 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 243 | 0.92 | 0.75 | 0 | 0.05 | 228.75 | 0.9 | 0.51 |
| Hex | 13 | 3D | F3 | 5C | 4B | 0 | 5 | E5 | 5A | 33 |
| Octal | 23 | 75 | 363 | 134 | 113 | 0 | 5 | 345 | 132 | 63 |
| Binary | 10011 | 111101 | 11110011 | 1011100 | 1001011 | 0 | 101 | 11100101 | 1011010 | 110011 |
Color Harmonies of #133DF3
Complementary color
Monochromatic Colors of #133DF3
Black with #133DF3
Text Example
Text Example
White with #133DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133DF3; }
p { color: rgb(19,61,243); }
H1.HeaderClassName
{
color: #133DF3;
}
.AnyTagClassName
{
color: #133DF3;
}
</style>
background-color css
<style>
a { background-color: #133DF3; }
a { background-color: rgb(19,61,243); }
div.DivClassName
{
background-color: #133DF3;
}
.BgClassName
{
background-color: #133DF3;
}
</style>
border-color css
<style>
span { border-color: #133DF3; }
span { border-color: rgb(19,61,243); }
td.TdClassName
{
border-color: #133DF3;
}
.TagClassName
{
border-color: #133DF3;
}
</style>