Shades of Blue #132FF1
Tints of Blue #132FF1
RGB
CMYK
RGB Variations
Color information
#132FF1 (or 0x132FF1) is known color: Blue. HEX triplet: 13, 2F and F1. RGB value is (19,47,241). Sum of RGB (Red+Green+Blue) = 19+47+241=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 241 (94.53% from 255 or 78.50% from 307); Max value from RGB is 241 - color contains mainly: blue. Hex color #132FF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132FF1 is #ECD00E. Grayscale: #3B3B3B. Windows color (decimal): -15519759 or 15806227. OLE color: 15806227.
HSL color Cylindrical-coordinate representation of color #132FF1: hue angle of 232.43º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132FF1 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 47 | 241 | - |
| CMYK | 0.92 | 0.80 | 0 | 0.05 |
| HSL | 232.43º | 0.89% | 0.51% | - |
| HSV(B) | 232.43º | 0.92% | 0.95% | - |
| XYZ | 17.16 | 8.52 | 83.96 | - |
| YUV | 60.74 | 229.72 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 241 | 0.92 | 0.80 | 0 | 0.05 | 232.43 | 0.89 | 0.51 |
| Hex | 13 | 2F | F1 | 5C | 50 | 0 | 5 | E8 | 59 | 33 |
| Octal | 23 | 57 | 361 | 134 | 120 | 0 | 5 | 350 | 131 | 63 |
| Binary | 10011 | 101111 | 11110001 | 1011100 | 1010000 | 0 | 101 | 11101000 | 1011001 | 110011 |
Color Harmonies of #132FF1
Complementary color
Monochromatic Colors of #132FF1
Black with #132FF1
Text Example
Text Example
White with #132FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132FF1; }
p { color: rgb(19,47,241); }
H1.HeaderClassName
{
color: #132FF1;
}
.AnyTagClassName
{
color: #132FF1;
}
</style>
background-color css
<style>
a { background-color: #132FF1; }
a { background-color: rgb(19,47,241); }
div.DivClassName
{
background-color: #132FF1;
}
.BgClassName
{
background-color: #132FF1;
}
</style>
border-color css
<style>
span { border-color: #132FF1; }
span { border-color: rgb(19,47,241); }
td.TdClassName
{
border-color: #132FF1;
}
.TagClassName
{
border-color: #132FF1;
}
</style>