Shades of Blue #132BFE
Tints of Blue #132BFE
RGB
CMYK
RGB Variations
Color information
#132BFE (or 0x132BFE) is known color: Blue. HEX triplet: 13, 2B and FE. RGB value is (19,43,254). Sum of RGB (Red+Green+Blue) = 19+43+254=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 254 (99.61% from 255 or 80.38% from 316); Max value from RGB is 254 - color contains mainly: blue. Hex color #132BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132BFE is #ECD401. Grayscale: #3B3B3B. Windows color (decimal): -15520770 or 16657171. OLE color: 16657171.
HSL color Cylindrical-coordinate representation of color #132BFE: hue angle of 233.87º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #132BFE is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 43 | 254 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.00 |
| HSL | 233.87º | 0.99% | 0.54% | - |
| HSV(B) | 233.87º | 0.93% | 1% | - |
| XYZ | 19.02 | 9.02 | 94.5 | - |
| YUV | 59.88 | 237.55 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 43 | 254 | 0.93 | 0.83 | 0 | 0.00 | 233.87 | 0.99 | 0.54 |
| Hex | 13 | 2B | FE | 5D | 53 | 0 | 0 | EA | 63 | 36 |
| Octal | 23 | 53 | 376 | 135 | 123 | 0 | 0 | 352 | 143 | 66 |
| Binary | 10011 | 101011 | 11111110 | 1011101 | 1010011 | 0 | 0 | 11101010 | 1100011 | 110110 |
Color Harmonies of #132BFE
Complementary color
Monochromatic Colors of #132BFE
Black with #132BFE
Text Example
Text Example
White with #132BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132BFE; }
p { color: rgb(19,43,254); }
H1.HeaderClassName
{
color: #132BFE;
}
.AnyTagClassName
{
color: #132BFE;
}
</style>
background-color css
<style>
a { background-color: #132BFE; }
a { background-color: rgb(19,43,254); }
div.DivClassName
{
background-color: #132BFE;
}
.BgClassName
{
background-color: #132BFE;
}
</style>
border-color css
<style>
span { border-color: #132BFE; }
span { border-color: rgb(19,43,254); }
td.TdClassName
{
border-color: #132BFE;
}
.TagClassName
{
border-color: #132BFE;
}
</style>