Shades of Blue #132DFF
Tints of Blue #132DFF
RGB
CMYK
RGB Variations
Color information
#132DFF (or 0x132DFF) is known color: Blue. HEX triplet: 13, 2D and FF. RGB value is (19,45,255). Sum of RGB (Red+Green+Blue) = 19+45+255=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #132DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132DFF is #ECD200. Grayscale: #3C3C3C. Windows color (decimal): -15520257 or 16723219. OLE color: 16723219.
HSL color Cylindrical-coordinate representation of color #132DFF: hue angle of 233.39º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #132DFF is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 45 | 255 | - |
| CMYK | 0.93 | 0.82 | 0 | 0 |
| HSL | 233.39º | 1% | 0.54% | - |
| HSV(B) | 233.39º | 0.93% | 1% | - |
| XYZ | 19.26 | 9.24 | 95.38 | - |
| YUV | 61.17 | 237.39 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 45 | 255 | 0.93 | 0.82 | 0 | 0 | 233.39 | 1 | 0.54 |
| Hex | 13 | 2D | FF | 5D | 52 | 0 | 0 | E9 | 64 | 36 |
| Octal | 23 | 55 | 377 | 135 | 122 | 0 | 0 | 351 | 144 | 66 |
| Binary | 10011 | 101101 | 11111111 | 1011101 | 1010010 | 0 | 0 | 11101001 | 1100100 | 110110 |
Color Harmonies of #132DFF
Complementary color
Monochromatic Colors of #132DFF
Black with #132DFF
Text Example
Text Example
White with #132DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132DFF; }
p { color: rgb(19,45,255); }
H1.HeaderClassName
{
color: #132DFF;
}
.AnyTagClassName
{
color: #132DFF;
}
</style>
background-color css
<style>
a { background-color: #132DFF; }
a { background-color: rgb(19,45,255); }
div.DivClassName
{
background-color: #132DFF;
}
.BgClassName
{
background-color: #132DFF;
}
</style>
border-color css
<style>
span { border-color: #132DFF; }
span { border-color: rgb(19,45,255); }
td.TdClassName
{
border-color: #132DFF;
}
.TagClassName
{
border-color: #132DFF;
}
</style>