Shades of Persian Blue #133ACB
Tints of Persian Blue #133ACB
RGB
CMYK
RGB Variations
Color information
#133ACB (or 0x133ACB) is known color: Persian Blue. HEX triplet: 13, 3A and CB. RGB value is (19,58,203). Sum of RGB (Red+Green+Blue) = 19+58+203=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #133ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133ACB is #ECC534. Grayscale: #3E3E3E. Windows color (decimal): -15516981 or 13318675. OLE color: 13318675.
HSL color Cylindrical-coordinate representation of color #133ACB: hue angle of 227.28º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #133ACB is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 58 | 203 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.20 |
| HSL | 227.28º | 0.83% | 0.44% | - |
| HSV(B) | 227.28º | 0.91% | 0.8% | - |
| XYZ | 12.56 | 7.48 | 57.28 | - |
| YUV | 62.87 | 207.08 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 203 | 0.91 | 0.71 | 0 | 0.20 | 227.28 | 0.83 | 0.44 |
| Hex | 13 | 3A | CB | 5B | 47 | 0 | 14 | E3 | 53 | 2C |
| Octal | 23 | 72 | 313 | 133 | 107 | 0 | 24 | 343 | 123 | 54 |
| Binary | 10011 | 111010 | 11001011 | 1011011 | 1000111 | 0 | 10100 | 11100011 | 1010011 | 101100 |
Color Harmonies of #133ACB
Complementary color
Monochromatic Colors of #133ACB
Black with #133ACB
Text Example
Text Example
White with #133ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133ACB; }
p { color: rgb(19,58,203); }
H1.HeaderClassName
{
color: #133ACB;
}
.AnyTagClassName
{
color: #133ACB;
}
</style>
background-color css
<style>
a { background-color: #133ACB; }
a { background-color: rgb(19,58,203); }
div.DivClassName
{
background-color: #133ACB;
}
.BgClassName
{
background-color: #133ACB;
}
</style>
border-color css
<style>
span { border-color: #133ACB; }
span { border-color: rgb(19,58,203); }
td.TdClassName
{
border-color: #133ACB;
}
.TagClassName
{
border-color: #133ACB;
}
</style>