Shades of Blue #132FFD
Tints of Blue #132FFD
RGB
CMYK
RGB Variations
Color information
#132FFD (or 0x132FFD) is known color: Blue. HEX triplet: 13, 2F and FD. RGB value is (19,47,253). Sum of RGB (Red+Green+Blue) = 19+47+253=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #132FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132FFD is #ECD002. Grayscale: #3D3D3D. Windows color (decimal): -15519747 or 16592659. OLE color: 16592659.
HSL color Cylindrical-coordinate representation of color #132FFD: hue angle of 232.82º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132FFD is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 47 | 253 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.01 |
| HSL | 232.82º | 0.98% | 0.53% | - |
| HSV(B) | 232.82º | 0.92% | 0.99% | - |
| XYZ | 19.01 | 9.26 | 93.71 | - |
| YUV | 62.11 | 235.72 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 47 | 253 | 0.92 | 0.81 | 0 | 0.01 | 232.82 | 0.98 | 0.53 |
| Hex | 13 | 2F | FD | 5C | 51 | 0 | 1 | E9 | 62 | 35 |
| Octal | 23 | 57 | 375 | 134 | 121 | 0 | 1 | 351 | 142 | 65 |
| Binary | 10011 | 101111 | 11111101 | 1011100 | 1010001 | 0 | 1 | 11101001 | 1100010 | 110101 |
Color Harmonies of #132FFD
Complementary color
Monochromatic Colors of #132FFD
Black with #132FFD
Text Example
Text Example
White with #132FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132FFD; }
p { color: rgb(19,47,253); }
H1.HeaderClassName
{
color: #132FFD;
}
.AnyTagClassName
{
color: #132FFD;
}
</style>
background-color css
<style>
a { background-color: #132FFD; }
a { background-color: rgb(19,47,253); }
div.DivClassName
{
background-color: #132FFD;
}
.BgClassName
{
background-color: #132FFD;
}
</style>
border-color css
<style>
span { border-color: #132FFD; }
span { border-color: rgb(19,47,253); }
td.TdClassName
{
border-color: #132FFD;
}
.TagClassName
{
border-color: #132FFD;
}
</style>