Shades of Blue #131AFF
Tints of Blue #131AFF
RGB
CMYK
RGB Variations
Color information
#131AFF (or 0x131AFF) is known color: Blue. HEX triplet: 13, 1A and FF. RGB value is (19,26,255). Sum of RGB (Red+Green+Blue) = 19+26+255=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 255 (100% from 255 or 85% from 300); Max value from RGB is 255 - color contains mainly: blue. Hex color #131AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131AFF is #ECE500. Grayscale: #313131. Windows color (decimal): -15525121 or 16718355. OLE color: 16718355.
HSL color Cylindrical-coordinate representation of color #131AFF: hue angle of 238.22º 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 #131AFF is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 26 | 255 | - |
| CMYK | 0.93 | 0.90 | 0 | 0 |
| HSL | 238.22º | 1% | 0.54% | - |
| HSV(B) | 238.22º | 0.93% | 1% | - |
| XYZ | 18.69 | 8.1 | 95.19 | - |
| YUV | 50.01 | 243.68 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 255 | 0.93 | 0.90 | 0 | 0 | 238.22 | 1 | 0.54 |
| Hex | 13 | 1A | FF | 5D | 5A | 0 | 0 | EE | 64 | 36 |
| Octal | 23 | 32 | 377 | 135 | 132 | 0 | 0 | 356 | 144 | 66 |
| Binary | 10011 | 11010 | 11111111 | 1011101 | 1011010 | 0 | 0 | 11101110 | 1100100 | 110110 |
Color Harmonies of #131AFF
Complementary color
Monochromatic Colors of #131AFF
Black with #131AFF
Text Example
Text Example
White with #131AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131AFF; }
p { color: rgb(19,26,255); }
H1.HeaderClassName
{
color: #131AFF;
}
.AnyTagClassName
{
color: #131AFF;
}
</style>
background-color css
<style>
a { background-color: #131AFF; }
a { background-color: rgb(19,26,255); }
div.DivClassName
{
background-color: #131AFF;
}
.BgClassName
{
background-color: #131AFF;
}
</style>
border-color css
<style>
span { border-color: #131AFF; }
span { border-color: rgb(19,26,255); }
td.TdClassName
{
border-color: #131AFF;
}
.TagClassName
{
border-color: #131AFF;
}
</style>