Shades of Blue #132CEF
Tints of Blue #132CEF
RGB
CMYK
RGB Variations
Color information
#132CEF (or 0x132CEF) is known color: Blue. HEX triplet: 13, 2C and EF. RGB value is (19,44,239). Sum of RGB (Red+Green+Blue) = 19+44+239=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 239 (93.75% from 255 or 79.14% from 302); Max value from RGB is 239 - color contains mainly: blue. Hex color #132CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132CEF is #ECD310. Grayscale: #393939. Windows color (decimal): -15520529 or 15674387. OLE color: 15674387.
HSL color Cylindrical-coordinate representation of color #132CEF: hue angle of 233.18º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132CEF is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 44 | 239 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.06 |
| HSL | 233.18º | 0.87% | 0.51% | - |
| HSV(B) | 233.18º | 0.92% | 0.94% | - |
| XYZ | 16.75 | 8.17 | 82.36 | - |
| YUV | 58.76 | 229.72 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 239 | 0.92 | 0.82 | 0 | 0.06 | 233.18 | 0.87 | 0.51 |
| Hex | 13 | 2C | EF | 5C | 52 | 0 | 6 | E9 | 57 | 33 |
| Octal | 23 | 54 | 357 | 134 | 122 | 0 | 6 | 351 | 127 | 63 |
| Binary | 10011 | 101100 | 11101111 | 1011100 | 1010010 | 0 | 110 | 11101001 | 1010111 | 110011 |
Color Harmonies of #132CEF
Complementary color
Monochromatic Colors of #132CEF
Black with #132CEF
Text Example
Text Example
White with #132CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132CEF; }
p { color: rgb(19,44,239); }
H1.HeaderClassName
{
color: #132CEF;
}
.AnyTagClassName
{
color: #132CEF;
}
</style>
background-color css
<style>
a { background-color: #132CEF; }
a { background-color: rgb(19,44,239); }
div.DivClassName
{
background-color: #132CEF;
}
.BgClassName
{
background-color: #132CEF;
}
</style>
border-color css
<style>
span { border-color: #132CEF; }
span { border-color: rgb(19,44,239); }
td.TdClassName
{
border-color: #132CEF;
}
.TagClassName
{
border-color: #132CEF;
}
</style>