Shades of Persian Blue #133CD5
Tints of Persian Blue #133CD5
RGB
CMYK
RGB Variations
Color information
#133CD5 (or 0x133CD5) is known color: Persian Blue. HEX triplet: 13, 3C and D5. RGB value is (19,60,213). Sum of RGB (Red+Green+Blue) = 19+60+213=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 213 (83.59% from 255 or 72.95% from 292); Max value from RGB is 213 - color contains mainly: blue. Hex color #133CD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133CD5 is #ECC32A. Grayscale: #404040. Windows color (decimal): -15516459 or 13974547. OLE color: 13974547.
HSL color Cylindrical-coordinate representation of color #133CD5: hue angle of 227.32º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133CD5 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 60 | 213 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.16 |
| HSL | 227.32º | 0.84% | 0.45% | - |
| HSV(B) | 227.32º | 0.91% | 0.84% | - |
| XYZ | 13.89 | 8.17 | 63.8 | - |
| YUV | 65.18 | 211.42 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 60 | 213 | 0.91 | 0.72 | 0 | 0.16 | 227.32 | 0.84 | 0.45 |
| Hex | 13 | 3C | D5 | 5B | 48 | 0 | 10 | E3 | 54 | 2D |
| Octal | 23 | 74 | 325 | 133 | 110 | 0 | 20 | 343 | 124 | 55 |
| Binary | 10011 | 111100 | 11010101 | 1011011 | 1001000 | 0 | 10000 | 11100011 | 1010100 | 101101 |
Color Harmonies of #133CD5
Complementary color
Monochromatic Colors of #133CD5
Black with #133CD5
Text Example
Text Example
White with #133CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133CD5; }
p { color: rgb(19,60,213); }
H1.HeaderClassName
{
color: #133CD5;
}
.AnyTagClassName
{
color: #133CD5;
}
</style>
background-color css
<style>
a { background-color: #133CD5; }
a { background-color: rgb(19,60,213); }
div.DivClassName
{
background-color: #133CD5;
}
.BgClassName
{
background-color: #133CD5;
}
</style>
border-color css
<style>
span { border-color: #133CD5; }
span { border-color: rgb(19,60,213); }
td.TdClassName
{
border-color: #133CD5;
}
.TagClassName
{
border-color: #133CD5;
}
</style>