Shades of Persian Blue #132FCB
Tints of Persian Blue #132FCB
RGB
CMYK
RGB Variations
Color information
#132FCB (or 0x132FCB) is known color: Persian Blue. HEX triplet: 13, 2F and CB. RGB value is (19,47,203). Sum of RGB (Red+Green+Blue) = 19+47+203=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #132FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132FCB is #ECD034. Grayscale: #373737. Windows color (decimal): -15519797 or 13315859. OLE color: 13315859.
HSL color Cylindrical-coordinate representation of color #132FCB: hue angle of 230.87º 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 #132FCB is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 47 | 203 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.20 |
| HSL | 230.87º | 0.83% | 0.44% | - |
| HSV(B) | 230.87º | 0.91% | 0.8% | - |
| XYZ | 12.06 | 6.48 | 57.12 | - |
| YUV | 56.41 | 210.72 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 203 | 0.91 | 0.77 | 0 | 0.20 | 230.87 | 0.83 | 0.44 |
| Hex | 13 | 2F | CB | 5B | 4D | 0 | 14 | E7 | 53 | 2C |
| Octal | 23 | 57 | 313 | 133 | 115 | 0 | 24 | 347 | 123 | 54 |
| Binary | 10011 | 101111 | 11001011 | 1011011 | 1001101 | 0 | 10100 | 11100111 | 1010011 | 101100 |
Color Harmonies of #132FCB
Complementary color
Monochromatic Colors of #132FCB
Black with #132FCB
Text Example
Text Example
White with #132FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132FCB; }
p { color: rgb(19,47,203); }
H1.HeaderClassName
{
color: #132FCB;
}
.AnyTagClassName
{
color: #132FCB;
}
</style>
background-color css
<style>
a { background-color: #132FCB; }
a { background-color: rgb(19,47,203); }
div.DivClassName
{
background-color: #132FCB;
}
.BgClassName
{
background-color: #132FCB;
}
</style>
border-color css
<style>
span { border-color: #132FCB; }
span { border-color: rgb(19,47,203); }
td.TdClassName
{
border-color: #132FCB;
}
.TagClassName
{
border-color: #132FCB;
}
</style>