Shades of Blue #132CFB
Tints of Blue #132CFB
RGB
CMYK
RGB Variations
Color information
#132CFB (or 0x132CFB) is known color: Blue. HEX triplet: 13, 2C and FB. RGB value is (19,44,251). Sum of RGB (Red+Green+Blue) = 19+44+251=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 251 (98.44% from 255 or 79.94% from 314); Max value from RGB is 251 - color contains mainly: blue. Hex color #132CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132CFB is #ECD304. Grayscale: #3B3B3B. Windows color (decimal): -15520517 or 16460819. OLE color: 16460819.
HSL color Cylindrical-coordinate representation of color #132CFB: hue angle of 233.53º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132CFB is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 44 | 251 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.02 |
| HSL | 233.53º | 0.97% | 0.53% | - |
| HSV(B) | 233.53º | 0.92% | 0.98% | - |
| XYZ | 18.58 | 8.9 | 92.01 | - |
| YUV | 60.12 | 235.72 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 251 | 0.92 | 0.82 | 0 | 0.02 | 233.53 | 0.97 | 0.53 |
| Hex | 13 | 2C | FB | 5C | 52 | 0 | 2 | EA | 61 | 35 |
| Octal | 23 | 54 | 373 | 134 | 122 | 0 | 2 | 352 | 141 | 65 |
| Binary | 10011 | 101100 | 11111011 | 1011100 | 1010010 | 0 | 10 | 11101010 | 1100001 | 110101 |
Color Harmonies of #132CFB
Complementary color
Monochromatic Colors of #132CFB
Black with #132CFB
Text Example
Text Example
White with #132CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132CFB; }
p { color: rgb(19,44,251); }
H1.HeaderClassName
{
color: #132CFB;
}
.AnyTagClassName
{
color: #132CFB;
}
</style>
background-color css
<style>
a { background-color: #132CFB; }
a { background-color: rgb(19,44,251); }
div.DivClassName
{
background-color: #132CFB;
}
.BgClassName
{
background-color: #132CFB;
}
</style>
border-color css
<style>
span { border-color: #132CFB; }
span { border-color: rgb(19,44,251); }
td.TdClassName
{
border-color: #132CFB;
}
.TagClassName
{
border-color: #132CFB;
}
</style>