Shades of Blue #132CFE
Tints of Blue #132CFE
RGB
CMYK
RGB Variations
Color information
#132CFE (or 0x132CFE) is known color: Blue. HEX triplet: 13, 2C and FE. RGB value is (19,44,254). Sum of RGB (Red+Green+Blue) = 19+44+254=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #132CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132CFE is #ECD301. Grayscale: #3B3B3B. Windows color (decimal): -15520514 or 16657427. OLE color: 16657427.
HSL color Cylindrical-coordinate representation of color #132CFE: hue angle of 233.62º 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 #132CFE is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 44 | 254 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.00 |
| HSL | 233.62º | 0.99% | 0.54% | - |
| HSV(B) | 233.62º | 0.93% | 1% | - |
| XYZ | 19.06 | 9.1 | 94.52 | - |
| YUV | 60.47 | 237.22 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 44 | 254 | 0.93 | 0.83 | 0 | 0.00 | 233.62 | 0.99 | 0.54 |
| Hex | 13 | 2C | FE | 5D | 53 | 0 | 0 | EA | 63 | 36 |
| Octal | 23 | 54 | 376 | 135 | 123 | 0 | 0 | 352 | 143 | 66 |
| Binary | 10011 | 101100 | 11111110 | 1011101 | 1010011 | 0 | 0 | 11101010 | 1100011 | 110110 |
Color Harmonies of #132CFE
Complementary color
Monochromatic Colors of #132CFE
Black with #132CFE
Text Example
Text Example
White with #132CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132CFE; }
p { color: rgb(19,44,254); }
H1.HeaderClassName
{
color: #132CFE;
}
.AnyTagClassName
{
color: #132CFE;
}
</style>
background-color css
<style>
a { background-color: #132CFE; }
a { background-color: rgb(19,44,254); }
div.DivClassName
{
background-color: #132CFE;
}
.BgClassName
{
background-color: #132CFE;
}
</style>
border-color css
<style>
span { border-color: #132CFE; }
span { border-color: rgb(19,44,254); }
td.TdClassName
{
border-color: #132CFE;
}
.TagClassName
{
border-color: #132CFE;
}
</style>