Shades of Blue #132AEC
Tints of Blue #132AEC
RGB
CMYK
RGB Variations
Color information
#132AEC (or 0x132AEC) is known color: Blue. HEX triplet: 13, 2A and EC. RGB value is (19,42,236). Sum of RGB (Red+Green+Blue) = 19+42+236=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 236 (92.58% from 255 or 79.46% from 297); Max value from RGB is 236 - color contains mainly: blue. Hex color #132AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132AEC is #ECD513. Grayscale: #383838. Windows color (decimal): -15521044 or 15477267. OLE color: 15477267.
HSL color Cylindrical-coordinate representation of color #132AEC: hue angle of 233.64º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132AEC is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 42 | 236 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.07 |
| HSL | 233.64º | 0.85% | 0.5% | - |
| HSV(B) | 233.64º | 0.92% | 0.93% | - |
| XYZ | 16.24 | 7.85 | 80.02 | - |
| YUV | 57.24 | 228.88 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 42 | 236 | 0.92 | 0.82 | 0 | 0.07 | 233.64 | 0.85 | 0.5 |
| Hex | 13 | 2A | EC | 5C | 52 | 0 | 7 | EA | 55 | 32 |
| Octal | 23 | 52 | 354 | 134 | 122 | 0 | 7 | 352 | 125 | 62 |
| Binary | 10011 | 101010 | 11101100 | 1011100 | 1010010 | 0 | 111 | 11101010 | 1010101 | 110010 |
Color Harmonies of #132AEC
Complementary color
Monochromatic Colors of #132AEC
Black with #132AEC
Text Example
Text Example
White with #132AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132AEC; }
p { color: rgb(19,42,236); }
H1.HeaderClassName
{
color: #132AEC;
}
.AnyTagClassName
{
color: #132AEC;
}
</style>
background-color css
<style>
a { background-color: #132AEC; }
a { background-color: rgb(19,42,236); }
div.DivClassName
{
background-color: #132AEC;
}
.BgClassName
{
background-color: #132AEC;
}
</style>
border-color css
<style>
span { border-color: #132AEC; }
span { border-color: rgb(19,42,236); }
td.TdClassName
{
border-color: #132AEC;
}
.TagClassName
{
border-color: #132AEC;
}
</style>