Shades of Persian Blue #132FBA
Tints of Persian Blue #132FBA
RGB
CMYK
RGB Variations
Color information
#132FBA (or 0x132FBA) is known color: Persian Blue. HEX triplet: 13, 2F and BA. RGB value is (19,47,186). Sum of RGB (Red+Green+Blue) = 19+47+186=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #132FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132FBA is #ECD045. Grayscale: #353535. Windows color (decimal): -15519814 or 12201747. OLE color: 12201747.
HSL color Cylindrical-coordinate representation of color #132FBA: hue angle of 229.94º degrees, saturation: 0.81, 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 #132FBA is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 47 | 186 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.27 |
| HSL | 229.94º | 0.81% | 0.4% | - |
| HSV(B) | 229.94º | 0.9% | 0.73% | - |
| XYZ | 10.15 | 5.72 | 47.02 | - |
| YUV | 54.47 | 202.22 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 186 | 0.90 | 0.75 | 0 | 0.27 | 229.94 | 0.81 | 0.4 |
| Hex | 13 | 2F | BA | 5A | 4B | 0 | 1B | E6 | 51 | 28 |
| Octal | 23 | 57 | 272 | 132 | 113 | 0 | 33 | 346 | 121 | 50 |
| Binary | 10011 | 101111 | 10111010 | 1011010 | 1001011 | 0 | 11011 | 11100110 | 1010001 | 101000 |
Color Harmonies of #132FBA
Complementary color
Monochromatic Colors of #132FBA
Black with #132FBA
Text Example
Text Example
White with #132FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132FBA; }
p { color: rgb(19,47,186); }
H1.HeaderClassName
{
color: #132FBA;
}
.AnyTagClassName
{
color: #132FBA;
}
</style>
background-color css
<style>
a { background-color: #132FBA; }
a { background-color: rgb(19,47,186); }
div.DivClassName
{
background-color: #132FBA;
}
.BgClassName
{
background-color: #132FBA;
}
</style>
border-color css
<style>
span { border-color: #132FBA; }
span { border-color: rgb(19,47,186); }
td.TdClassName
{
border-color: #132FBA;
}
.TagClassName
{
border-color: #132FBA;
}
</style>