Shades of Blue #132AFF
Tints of Blue #132AFF
RGB
CMYK
RGB Variations
Color information
#132AFF (or 0x132AFF) is known color: Blue. HEX triplet: 13, 2A and FF. RGB value is (19,42,255). Sum of RGB (Red+Green+Blue) = 19+42+255=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 255 (100% from 255 or 80.70% from 316); Max value from RGB is 255 - color contains mainly: blue. Hex color #132AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132AFF is #ECD500. Grayscale: #3A3A3A. Windows color (decimal): -15521025 or 16722451. OLE color: 16722451.
HSL color Cylindrical-coordinate representation of color #132AFF: hue angle of 234.15º 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 #132AFF is Cyan = 0.93, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 42 | 255 | - |
| CMYK | 0.93 | 0.84 | 0 | 0 |
| HSL | 234.15º | 1% | 0.54% | - |
| HSV(B) | 234.15º | 0.93% | 1% | - |
| XYZ | 19.15 | 9.01 | 95.34 | - |
| YUV | 59.41 | 238.38 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 255 | 0.93 | 0.84 | 0 | 0 | 234.15 | 1 | 0.54 |
| Hex | 13 | 2A | FF | 5D | 54 | 0 | 0 | EA | 64 | 36 |
| Octal | 23 | 52 | 377 | 135 | 124 | 0 | 0 | 352 | 144 | 66 |
| Binary | 10011 | 101010 | 11111111 | 1011101 | 1010100 | 0 | 0 | 11101010 | 1100100 | 110110 |
Color Harmonies of #132AFF
Complementary color
Monochromatic Colors of #132AFF
Black with #132AFF
Text Example
Text Example
White with #132AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132AFF; }
p { color: rgb(19,42,255); }
H1.HeaderClassName
{
color: #132AFF;
}
.AnyTagClassName
{
color: #132AFF;
}
</style>
background-color css
<style>
a { background-color: #132AFF; }
a { background-color: rgb(19,42,255); }
div.DivClassName
{
background-color: #132AFF;
}
.BgClassName
{
background-color: #132AFF;
}
</style>
border-color css
<style>
span { border-color: #132AFF; }
span { border-color: rgb(19,42,255); }
td.TdClassName
{
border-color: #132AFF;
}
.TagClassName
{
border-color: #132AFF;
}
</style>