Shades of Persian Blue #132ACB
Tints of Persian Blue #132ACB
RGB
CMYK
RGB Variations
Color information
#132ACB (or 0x132ACB) is known color: Persian Blue. HEX triplet: 13, 2A and CB. RGB value is (19,42,203). Sum of RGB (Red+Green+Blue) = 19+42+203=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 203 (79.69% from 255 or 76.89% from 264); Max value from RGB is 203 - color contains mainly: blue. Hex color #132ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132ACB is #ECD534. Grayscale: #343434. Windows color (decimal): -15521077 or 13314579. OLE color: 13314579.
HSL color Cylindrical-coordinate representation of color #132ACB: hue angle of 232.5º 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 #132ACB is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 42 | 203 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.20 |
| HSL | 232.5º | 0.83% | 0.44% | - |
| HSV(B) | 232.5º | 0.91% | 0.8% | - |
| XYZ | 11.88 | 6.11 | 57.05 | - |
| YUV | 53.48 | 212.38 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 203 | 0.91 | 0.79 | 0 | 0.20 | 232.5 | 0.83 | 0.44 |
| Hex | 13 | 2A | CB | 5B | 4F | 0 | 14 | E8 | 53 | 2C |
| Octal | 23 | 52 | 313 | 133 | 117 | 0 | 24 | 350 | 123 | 54 |
| Binary | 10011 | 101010 | 11001011 | 1011011 | 1001111 | 0 | 10100 | 11101000 | 1010011 | 101100 |
Color Harmonies of #132ACB
Complementary color
Monochromatic Colors of #132ACB
Black with #132ACB
Text Example
Text Example
White with #132ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132ACB; }
p { color: rgb(19,42,203); }
H1.HeaderClassName
{
color: #132ACB;
}
.AnyTagClassName
{
color: #132ACB;
}
</style>
background-color css
<style>
a { background-color: #132ACB; }
a { background-color: rgb(19,42,203); }
div.DivClassName
{
background-color: #132ACB;
}
.BgClassName
{
background-color: #132ACB;
}
</style>
border-color css
<style>
span { border-color: #132ACB; }
span { border-color: rgb(19,42,203); }
td.TdClassName
{
border-color: #132ACB;
}
.TagClassName
{
border-color: #132ACB;
}
</style>