Shades of Persian Blue #133ABB
Tints of Persian Blue #133ABB
RGB
CMYK
RGB Variations
Color information
#133ABB (or 0x133ABB) is known color: Persian Blue. HEX triplet: 13, 3A and BB. RGB value is (19,58,187). Sum of RGB (Red+Green+Blue) = 19+58+187=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #133ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #133ABB is #ECC544. Grayscale: #3C3C3C. Windows color (decimal): -15516997 or 12270099. OLE color: 12270099.
HSL color Cylindrical-coordinate representation of color #133ABB: hue angle of 226.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #133ABB is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 58 | 187 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.27 |
| HSL | 226.07º | 0.82% | 0.4% | - |
| HSV(B) | 226.07º | 0.9% | 0.73% | - |
| XYZ | 10.75 | 6.75 | 47.75 | - |
| YUV | 61.05 | 199.08 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 58 | 187 | 0.90 | 0.69 | 0 | 0.27 | 226.07 | 0.82 | 0.4 |
| Hex | 13 | 3A | BB | 5A | 45 | 0 | 1B | E2 | 52 | 28 |
| Octal | 23 | 72 | 273 | 132 | 105 | 0 | 33 | 342 | 122 | 50 |
| Binary | 10011 | 111010 | 10111011 | 1011010 | 1000101 | 0 | 11011 | 11100010 | 1010010 | 101000 |
Color Harmonies of #133ABB
Complementary color
Monochromatic Colors of #133ABB
Black with #133ABB
Text Example
Text Example
White with #133ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133ABB; }
p { color: rgb(19,58,187); }
H1.HeaderClassName
{
color: #133ABB;
}
.AnyTagClassName
{
color: #133ABB;
}
</style>
background-color css
<style>
a { background-color: #133ABB; }
a { background-color: rgb(19,58,187); }
div.DivClassName
{
background-color: #133ABB;
}
.BgClassName
{
background-color: #133ABB;
}
</style>
border-color css
<style>
span { border-color: #133ABB; }
span { border-color: rgb(19,58,187); }
td.TdClassName
{
border-color: #133ABB;
}
.TagClassName
{
border-color: #133ABB;
}
</style>