Shades of Blue #132BF8
Tints of Blue #132BF8
RGB
CMYK
RGB Variations
Color information
#132BF8 (or 0x132BF8) is known color: Blue. HEX triplet: 13, 2B and F8. RGB value is (19,43,248). Sum of RGB (Red+Green+Blue) = 19+43+248=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 248 (97.27% from 255 or 80% from 310); Max value from RGB is 248 - color contains mainly: blue. Hex color #132BF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132BF8 is #ECD407. Grayscale: #3A3A3A. Windows color (decimal): -15520776 or 16263955. OLE color: 16263955.
HSL color Cylindrical-coordinate representation of color #132BF8: hue angle of 233.71º degrees, saturation: 0.94, 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 #132BF8 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 43 | 248 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.03 |
| HSL | 233.71º | 0.94% | 0.52% | - |
| HSV(B) | 233.71º | 0.92% | 0.97% | - |
| XYZ | 18.08 | 8.64 | 89.52 | - |
| YUV | 59.19 | 234.55 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 248 | 0.92 | 0.83 | 0 | 0.03 | 233.71 | 0.94 | 0.52 |
| Hex | 13 | 2B | F8 | 5C | 53 | 0 | 3 | EA | 5E | 34 |
| Octal | 23 | 53 | 370 | 134 | 123 | 0 | 3 | 352 | 136 | 64 |
| Binary | 10011 | 101011 | 11111000 | 1011100 | 1010011 | 0 | 11 | 11101010 | 1011110 | 110100 |
Color Harmonies of #132BF8
Complementary color
Monochromatic Colors of #132BF8
Black with #132BF8
Text Example
Text Example
White with #132BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132BF8; }
p { color: rgb(19,43,248); }
H1.HeaderClassName
{
color: #132BF8;
}
.AnyTagClassName
{
color: #132BF8;
}
</style>
background-color css
<style>
a { background-color: #132BF8; }
a { background-color: rgb(19,43,248); }
div.DivClassName
{
background-color: #132BF8;
}
.BgClassName
{
background-color: #132BF8;
}
</style>
border-color css
<style>
span { border-color: #132BF8; }
span { border-color: rgb(19,43,248); }
td.TdClassName
{
border-color: #132BF8;
}
.TagClassName
{
border-color: #132BF8;
}
</style>