Shades of Blue #132FF0
Tints of Blue #132FF0
RGB
CMYK
RGB Variations
Color information
#132FF0 (or 0x132FF0) is known color: Blue. HEX triplet: 13, 2F and F0. RGB value is (19,47,240). Sum of RGB (Red+Green+Blue) = 19+47+240=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 240 (94.14% from 255 or 78.43% from 306); Max value from RGB is 240 - color contains mainly: blue. Hex color #132FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132FF0 is #ECD00F. Grayscale: #3B3B3B. Windows color (decimal): -15519760 or 15740691. OLE color: 15740691.
HSL color Cylindrical-coordinate representation of color #132FF0: hue angle of 232.4º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132FF0 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 47 | 240 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.06 |
| HSL | 232.4º | 0.88% | 0.51% | - |
| HSV(B) | 232.4º | 0.92% | 0.94% | - |
| XYZ | 17.01 | 8.46 | 83.17 | - |
| YUV | 60.63 | 229.22 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 240 | 0.92 | 0.80 | 0 | 0.06 | 232.4 | 0.88 | 0.51 |
| Hex | 13 | 2F | F0 | 5C | 50 | 0 | 6 | E8 | 58 | 33 |
| Octal | 23 | 57 | 360 | 134 | 120 | 0 | 6 | 350 | 130 | 63 |
| Binary | 10011 | 101111 | 11110000 | 1011100 | 1010000 | 0 | 110 | 11101000 | 1011000 | 110011 |
Color Harmonies of #132FF0
Complementary color
Monochromatic Colors of #132FF0
Black with #132FF0
Text Example
Text Example
White with #132FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132FF0; }
p { color: rgb(19,47,240); }
H1.HeaderClassName
{
color: #132FF0;
}
.AnyTagClassName
{
color: #132FF0;
}
</style>
background-color css
<style>
a { background-color: #132FF0; }
a { background-color: rgb(19,47,240); }
div.DivClassName
{
background-color: #132FF0;
}
.BgClassName
{
background-color: #132FF0;
}
</style>
border-color css
<style>
span { border-color: #132FF0; }
span { border-color: rgb(19,47,240); }
td.TdClassName
{
border-color: #132FF0;
}
.TagClassName
{
border-color: #132FF0;
}
</style>