Shades of Blue #1331FF
Tints of Blue #1331FF
RGB
CMYK
RGB Variations
Color information
#1331FF (or 0x1331FF) is known color: Blue. HEX triplet: 13, 31 and FF. RGB value is (19,49,255). Sum of RGB (Red+Green+Blue) = 19+49+255=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 255 (100% from 255 or 78.95% from 323); Max value from RGB is 255 - color contains mainly: blue. Hex color #1331FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1331FF is #ECCE00. Grayscale: #3E3E3E. Windows color (decimal): -15519233 or 16724243. OLE color: 16724243.
HSL color Cylindrical-coordinate representation of color #1331FF: hue angle of 232.37º 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 #1331FF is Cyan = 0.93, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 49 | 255 | - |
| CMYK | 0.93 | 0.81 | 0 | 0 |
| HSL | 232.37º | 1% | 0.54% | - |
| HSV(B) | 232.37º | 0.93% | 1% | - |
| XYZ | 19.42 | 9.56 | 95.43 | - |
| YUV | 63.51 | 236.06 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 255 | 0.93 | 0.81 | 0 | 0 | 232.37 | 1 | 0.54 |
| Hex | 13 | 31 | FF | 5D | 51 | 0 | 0 | E8 | 64 | 36 |
| Octal | 23 | 61 | 377 | 135 | 121 | 0 | 0 | 350 | 144 | 66 |
| Binary | 10011 | 110001 | 11111111 | 1011101 | 1010001 | 0 | 0 | 11101000 | 1100100 | 110110 |
Color Harmonies of #1331FF
Complementary color
Monochromatic Colors of #1331FF
Black with #1331FF
Text Example
Text Example
White with #1331FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1331FF; }
p { color: rgb(19,49,255); }
H1.HeaderClassName
{
color: #1331FF;
}
.AnyTagClassName
{
color: #1331FF;
}
</style>
background-color css
<style>
a { background-color: #1331FF; }
a { background-color: rgb(19,49,255); }
div.DivClassName
{
background-color: #1331FF;
}
.BgClassName
{
background-color: #1331FF;
}
</style>
border-color css
<style>
span { border-color: #1331FF; }
span { border-color: rgb(19,49,255); }
td.TdClassName
{
border-color: #1331FF;
}
.TagClassName
{
border-color: #1331FF;
}
</style>