Shades of Blue #132DF4
Tints of Blue #132DF4
RGB
CMYK
RGB Variations
Color information
#132DF4 (or 0x132DF4) is known color: Blue. HEX triplet: 13, 2D and F4. RGB value is (19,45,244). Sum of RGB (Red+Green+Blue) = 19+45+244=308 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.17% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 244 (95.70% from 255 or 79.22% from 308); Max value from RGB is 244 - color contains mainly: blue. Hex color #132DF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132DF4 is #ECD20B. Grayscale: #3B3B3B. Windows color (decimal): -15520268 or 16002323. OLE color: 16002323.
HSL color Cylindrical-coordinate representation of color #132DF4: hue angle of 233.07º 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 #132DF4 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 45 | 244 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.04 |
| HSL | 233.07º | 0.91% | 0.52% | - |
| HSV(B) | 233.07º | 0.92% | 0.96% | - |
| XYZ | 17.54 | 8.55 | 86.31 | - |
| YUV | 59.91 | 231.89 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 244 | 0.92 | 0.82 | 0 | 0.04 | 233.07 | 0.91 | 0.52 |
| Hex | 13 | 2D | F4 | 5C | 52 | 0 | 4 | E9 | 5B | 34 |
| Octal | 23 | 55 | 364 | 134 | 122 | 0 | 4 | 351 | 133 | 64 |
| Binary | 10011 | 101101 | 11110100 | 1011100 | 1010010 | 0 | 100 | 11101001 | 1011011 | 110100 |
Color Harmonies of #132DF4
Complementary color
Monochromatic Colors of #132DF4
Black with #132DF4
Text Example
Text Example
White with #132DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DF4; }
p { color: rgb(19,45,244); }
H1.HeaderClassName
{
color: #132DF4;
}
.AnyTagClassName
{
color: #132DF4;
}
</style>
background-color css
<style>
a { background-color: #132DF4; }
a { background-color: rgb(19,45,244); }
div.DivClassName
{
background-color: #132DF4;
}
.BgClassName
{
background-color: #132DF4;
}
</style>
border-color css
<style>
span { border-color: #132DF4; }
span { border-color: rgb(19,45,244); }
td.TdClassName
{
border-color: #132DF4;
}
.TagClassName
{
border-color: #132DF4;
}
</style>