Shades of Blue #132CF4
Tints of Blue #132CF4
RGB
CMYK
RGB Variations
Color information
#132CF4 (or 0x132CF4) is known color: Blue. HEX triplet: 13, 2C and F4. RGB value is (19,44,244). Sum of RGB (Red+Green+Blue) = 19+44+244=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 244 (95.70% from 255 or 79.48% from 307); Max value from RGB is 244 - color contains mainly: blue. Hex color #132CF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132CF4 is #ECD30B. Grayscale: #3A3A3A. Windows color (decimal): -15520524 or 16002067. OLE color: 16002067.
HSL color Cylindrical-coordinate representation of color #132CF4: hue angle of 233.33º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132CF4 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 44 | 244 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.04 |
| HSL | 233.33º | 0.91% | 0.52% | - |
| HSV(B) | 233.33º | 0.92% | 0.96% | - |
| XYZ | 17.5 | 8.47 | 86.3 | - |
| YUV | 59.33 | 232.22 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 244 | 0.92 | 0.82 | 0 | 0.04 | 233.33 | 0.91 | 0.52 |
| Hex | 13 | 2C | F4 | 5C | 52 | 0 | 4 | E9 | 5B | 34 |
| Octal | 23 | 54 | 364 | 134 | 122 | 0 | 4 | 351 | 133 | 64 |
| Binary | 10011 | 101100 | 11110100 | 1011100 | 1010010 | 0 | 100 | 11101001 | 1011011 | 110100 |
Color Harmonies of #132CF4
Complementary color
Monochromatic Colors of #132CF4
Black with #132CF4
Text Example
Text Example
White with #132CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132CF4; }
p { color: rgb(19,44,244); }
H1.HeaderClassName
{
color: #132CF4;
}
.AnyTagClassName
{
color: #132CF4;
}
</style>
background-color css
<style>
a { background-color: #132CF4; }
a { background-color: rgb(19,44,244); }
div.DivClassName
{
background-color: #132CF4;
}
.BgClassName
{
background-color: #132CF4;
}
</style>
border-color css
<style>
span { border-color: #132CF4; }
span { border-color: rgb(19,44,244); }
td.TdClassName
{
border-color: #132CF4;
}
.TagClassName
{
border-color: #132CF4;
}
</style>