Shades of Blue #132CF7
Tints of Blue #132CF7
RGB
CMYK
RGB Variations
Color information
#132CF7 (or 0x132CF7) is known color: Blue. HEX triplet: 13, 2C and F7. RGB value is (19,44,247). Sum of RGB (Red+Green+Blue) = 19+44+247=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 247 (96.88% from 255 or 79.68% from 310); Max value from RGB is 247 - color contains mainly: blue. Hex color #132CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132CF7 is #ECD308. Grayscale: #3A3A3A. Windows color (decimal): -15520521 or 16198675. OLE color: 16198675.
HSL color Cylindrical-coordinate representation of color #132CF7: hue angle of 233.42º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132CF7 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 44 | 247 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.03 |
| HSL | 233.42º | 0.93% | 0.52% | - |
| HSV(B) | 233.42º | 0.92% | 0.97% | - |
| XYZ | 17.96 | 8.66 | 88.72 | - |
| YUV | 59.67 | 233.72 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 247 | 0.92 | 0.82 | 0 | 0.03 | 233.42 | 0.93 | 0.52 |
| Hex | 13 | 2C | F7 | 5C | 52 | 0 | 3 | E9 | 5D | 34 |
| Octal | 23 | 54 | 367 | 134 | 122 | 0 | 3 | 351 | 135 | 64 |
| Binary | 10011 | 101100 | 11110111 | 1011100 | 1010010 | 0 | 11 | 11101001 | 1011101 | 110100 |
Color Harmonies of #132CF7
Complementary color
Monochromatic Colors of #132CF7
Black with #132CF7
Text Example
Text Example
White with #132CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132CF7; }
p { color: rgb(19,44,247); }
H1.HeaderClassName
{
color: #132CF7;
}
.AnyTagClassName
{
color: #132CF7;
}
</style>
background-color css
<style>
a { background-color: #132CF7; }
a { background-color: rgb(19,44,247); }
div.DivClassName
{
background-color: #132CF7;
}
.BgClassName
{
background-color: #132CF7;
}
</style>
border-color css
<style>
span { border-color: #132CF7; }
span { border-color: rgb(19,44,247); }
td.TdClassName
{
border-color: #132CF7;
}
.TagClassName
{
border-color: #132CF7;
}
</style>