Shades of Persian Blue #132FC4
Tints of Persian Blue #132FC4
RGB
CMYK
RGB Variations
Color information
#132FC4 (or 0x132FC4) is known color: Persian Blue. HEX triplet: 13, 2F and C4. RGB value is (19,47,196). Sum of RGB (Red+Green+Blue) = 19+47+196=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 196 (76.95% from 255 or 74.81% from 262); Max value from RGB is 196 - color contains mainly: blue. Hex color #132FC4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132FC4 is #ECD03B. Grayscale: #363636. Windows color (decimal): -15519804 or 12857107. OLE color: 12857107.
HSL color Cylindrical-coordinate representation of color #132FC4: hue angle of 230.51º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132FC4 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 47 | 196 | - |
| CMYK | 0.90 | 0.76 | 0 | 0.23 |
| HSL | 230.51º | 0.82% | 0.42% | - |
| HSV(B) | 230.51º | 0.9% | 0.77% | - |
| XYZ | 11.25 | 6.16 | 52.82 | - |
| YUV | 55.61 | 207.22 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 196 | 0.90 | 0.76 | 0 | 0.23 | 230.51 | 0.82 | 0.42 |
| Hex | 13 | 2F | C4 | 5A | 4C | 0 | 17 | E7 | 52 | 2A |
| Octal | 23 | 57 | 304 | 132 | 114 | 0 | 27 | 347 | 122 | 52 |
| Binary | 10011 | 101111 | 11000100 | 1011010 | 1001100 | 0 | 10111 | 11100111 | 1010010 | 101010 |
Color Harmonies of #132FC4
Complementary color
Monochromatic Colors of #132FC4
Black with #132FC4
Text Example
Text Example
White with #132FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132FC4; }
p { color: rgb(19,47,196); }
H1.HeaderClassName
{
color: #132FC4;
}
.AnyTagClassName
{
color: #132FC4;
}
</style>
background-color css
<style>
a { background-color: #132FC4; }
a { background-color: rgb(19,47,196); }
div.DivClassName
{
background-color: #132FC4;
}
.BgClassName
{
background-color: #132FC4;
}
</style>
border-color css
<style>
span { border-color: #132FC4; }
span { border-color: rgb(19,47,196); }
td.TdClassName
{
border-color: #132FC4;
}
.TagClassName
{
border-color: #132FC4;
}
</style>