Shades of Persian Blue #132FEE
Tints of Persian Blue #132FEE
RGB
CMYK
RGB Variations
Color information
#132FEE (or 0x132FEE) is known color: Persian Blue. HEX triplet: 13, 2F and EE. RGB value is (19,47,238). Sum of RGB (Red+Green+Blue) = 19+47+238=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 238 (93.36% from 255 or 78.29% from 304); Max value from RGB is 238 - color contains mainly: blue. Hex color #132FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132FEE is #ECD011. Grayscale: #3B3B3B. Windows color (decimal): -15519762 or 15609619. OLE color: 15609619.
HSL color Cylindrical-coordinate representation of color #132FEE: hue angle of 232.33º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132FEE is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 47 | 238 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.07 |
| HSL | 232.33º | 0.87% | 0.5% | - |
| HSV(B) | 232.33º | 0.92% | 0.93% | - |
| XYZ | 16.72 | 8.34 | 81.62 | - |
| YUV | 60.4 | 228.22 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 238 | 0.92 | 0.80 | 0 | 0.07 | 232.33 | 0.87 | 0.5 |
| Hex | 13 | 2F | EE | 5C | 50 | 0 | 7 | E8 | 57 | 32 |
| Octal | 23 | 57 | 356 | 134 | 120 | 0 | 7 | 350 | 127 | 62 |
| Binary | 10011 | 101111 | 11101110 | 1011100 | 1010000 | 0 | 111 | 11101000 | 1010111 | 110010 |
Color Harmonies of #132FEE
Complementary color
Monochromatic Colors of #132FEE
Black with #132FEE
Text Example
Text Example
White with #132FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132FEE; }
p { color: rgb(19,47,238); }
H1.HeaderClassName
{
color: #132FEE;
}
.AnyTagClassName
{
color: #132FEE;
}
</style>
background-color css
<style>
a { background-color: #132FEE; }
a { background-color: rgb(19,47,238); }
div.DivClassName
{
background-color: #132FEE;
}
.BgClassName
{
background-color: #132FEE;
}
</style>
border-color css
<style>
span { border-color: #132FEE; }
span { border-color: rgb(19,47,238); }
td.TdClassName
{
border-color: #132FEE;
}
.TagClassName
{
border-color: #132FEE;
}
</style>