Shades of Persian Blue #132BDF
Tints of Persian Blue #132BDF
RGB
CMYK
RGB Variations
Color information
#132BDF (or 0x132BDF) is known color: Persian Blue. HEX triplet: 13, 2B and DF. RGB value is (19,43,223). Sum of RGB (Red+Green+Blue) = 19+43+223=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 43 (17.19% from 255 or 15.09% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #132BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132BDF is #ECD420. Grayscale: #373737. Windows color (decimal): -15520801 or 14625555. OLE color: 14625555.
HSL color Cylindrical-coordinate representation of color #132BDF: hue angle of 232.94º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132BDF is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 43 | 223 | - |
| CMYK | 0.91 | 0.81 | 0 | 0.13 |
| HSL | 232.94º | 0.84% | 0.47% | - |
| HSV(B) | 232.94º | 0.91% | 0.87% | - |
| XYZ | 14.45 | 7.19 | 70.44 | - |
| YUV | 56.34 | 222.05 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 223 | 0.91 | 0.81 | 0 | 0.13 | 232.94 | 0.84 | 0.47 |
| Hex | 13 | 2B | DF | 5B | 51 | 0 | D | E9 | 54 | 2F |
| Octal | 23 | 53 | 337 | 133 | 121 | 0 | 15 | 351 | 124 | 57 |
| Binary | 10011 | 101011 | 11011111 | 1011011 | 1010001 | 0 | 1101 | 11101001 | 1010100 | 101111 |
Color Harmonies of #132BDF
Complementary color
Monochromatic Colors of #132BDF
Black with #132BDF
Text Example
Text Example
White with #132BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132BDF; }
p { color: rgb(19,43,223); }
H1.HeaderClassName
{
color: #132BDF;
}
.AnyTagClassName
{
color: #132BDF;
}
</style>
background-color css
<style>
a { background-color: #132BDF; }
a { background-color: rgb(19,43,223); }
div.DivClassName
{
background-color: #132BDF;
}
.BgClassName
{
background-color: #132BDF;
}
</style>
border-color css
<style>
span { border-color: #132BDF; }
span { border-color: rgb(19,43,223); }
td.TdClassName
{
border-color: #132BDF;
}
.TagClassName
{
border-color: #132BDF;
}
</style>