Shades of Blue #132EFF
Tints of Blue #132EFF
RGB
CMYK
RGB Variations
Color information
#132EFF (or 0x132EFF) is known color: Blue. HEX triplet: 13, 2E and FF. RGB value is (19,46,255). Sum of RGB (Red+Green+Blue) = 19+46+255=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 255 (100% from 255 or 79.69% from 320); Max value from RGB is 255 - color contains mainly: blue. Hex color #132EFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132EFF is #ECD100. Grayscale: #3C3C3C. Windows color (decimal): -15520001 or 16723475. OLE color: 16723475.
HSL color Cylindrical-coordinate representation of color #132EFF: hue angle of 233.14º 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 #132EFF is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 46 | 255 | - |
| CMYK | 0.93 | 0.82 | 0 | 0 |
| HSL | 233.14º | 1% | 0.54% | - |
| HSV(B) | 233.14º | 0.93% | 1% | - |
| XYZ | 19.3 | 9.31 | 95.39 | - |
| YUV | 61.75 | 237.05 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 46 | 255 | 0.93 | 0.82 | 0 | 0 | 233.14 | 1 | 0.54 |
| Hex | 13 | 2E | FF | 5D | 52 | 0 | 0 | E9 | 64 | 36 |
| Octal | 23 | 56 | 377 | 135 | 122 | 0 | 0 | 351 | 144 | 66 |
| Binary | 10011 | 101110 | 11111111 | 1011101 | 1010010 | 0 | 0 | 11101001 | 1100100 | 110110 |
Color Harmonies of #132EFF
Complementary color
Monochromatic Colors of #132EFF
Black with #132EFF
Text Example
Text Example
White with #132EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132EFF; }
p { color: rgb(19,46,255); }
H1.HeaderClassName
{
color: #132EFF;
}
.AnyTagClassName
{
color: #132EFF;
}
</style>
background-color css
<style>
a { background-color: #132EFF; }
a { background-color: rgb(19,46,255); }
div.DivClassName
{
background-color: #132EFF;
}
.BgClassName
{
background-color: #132EFF;
}
</style>
border-color css
<style>
span { border-color: #132EFF; }
span { border-color: rgb(19,46,255); }
td.TdClassName
{
border-color: #132EFF;
}
.TagClassName
{
border-color: #132EFF;
}
</style>