Shades of Blue #1332FF
Tints of Blue #1332FF
RGB
CMYK
RGB Variations
Color information
#1332FF (or 0x1332FF) is known color: Blue. HEX triplet: 13, 32 and FF. RGB value is (19,50,255). Sum of RGB (Red+Green+Blue) = 19+50+255=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 255 (100% from 255 or 78.70% from 324); Max value from RGB is 255 - color contains mainly: blue. Hex color #1332FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1332FF is #ECCD00. Grayscale: #3F3F3F. Windows color (decimal): -15518977 or 16724499. OLE color: 16724499.
HSL color Cylindrical-coordinate representation of color #1332FF: hue angle of 232.12º 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 #1332FF is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 50 | 255 | - |
| CMYK | 0.93 | 0.80 | 0 | 0 |
| HSL | 232.12º | 1% | 0.54% | - |
| HSV(B) | 232.12º | 0.93% | 1% | - |
| XYZ | 19.46 | 9.64 | 95.44 | - |
| YUV | 64.1 | 235.73 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 50 | 255 | 0.93 | 0.80 | 0 | 0 | 232.12 | 1 | 0.54 |
| Hex | 13 | 32 | FF | 5D | 50 | 0 | 0 | E8 | 64 | 36 |
| Octal | 23 | 62 | 377 | 135 | 120 | 0 | 0 | 350 | 144 | 66 |
| Binary | 10011 | 110010 | 11111111 | 1011101 | 1010000 | 0 | 0 | 11101000 | 1100100 | 110110 |
Color Harmonies of #1332FF
Complementary color
Monochromatic Colors of #1332FF
Black with #1332FF
Text Example
Text Example
White with #1332FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1332FF; }
p { color: rgb(19,50,255); }
H1.HeaderClassName
{
color: #1332FF;
}
.AnyTagClassName
{
color: #1332FF;
}
</style>
background-color css
<style>
a { background-color: #1332FF; }
a { background-color: rgb(19,50,255); }
div.DivClassName
{
background-color: #1332FF;
}
.BgClassName
{
background-color: #1332FF;
}
</style>
border-color css
<style>
span { border-color: #1332FF; }
span { border-color: rgb(19,50,255); }
td.TdClassName
{
border-color: #1332FF;
}
.TagClassName
{
border-color: #1332FF;
}
</style>