Shades of Blue #131AF4
Tints of Blue #131AF4
RGB
CMYK
RGB Variations
Color information
#131AF4 (or 0x131AF4) is known color: Blue. HEX triplet: 13, 1A and F4. RGB value is (19,26,244). Sum of RGB (Red+Green+Blue) = 19+26+244=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 244 (95.70% from 255 or 84.43% from 289); Max value from RGB is 244 - color contains mainly: blue. Hex color #131AF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131AF4 is #ECE50B. Grayscale: #2F2F2F. Windows color (decimal): -15525132 or 15997459. OLE color: 15997459.
HSL color Cylindrical-coordinate representation of color #131AF4: hue angle of 238.13º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131AF4 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 26 | 244 | - |
| CMYK | 0.92 | 0.89 | 0 | 0.04 |
| HSL | 238.13º | 0.91% | 0.52% | - |
| HSV(B) | 238.13º | 0.92% | 0.96% | - |
| XYZ | 16.97 | 7.41 | 86.12 | - |
| YUV | 48.76 | 238.18 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 244 | 0.92 | 0.89 | 0 | 0.04 | 238.13 | 0.91 | 0.52 |
| Hex | 13 | 1A | F4 | 5C | 59 | 0 | 4 | EE | 5B | 34 |
| Octal | 23 | 32 | 364 | 134 | 131 | 0 | 4 | 356 | 133 | 64 |
| Binary | 10011 | 11010 | 11110100 | 1011100 | 1011001 | 0 | 100 | 11101110 | 1011011 | 110100 |
Color Harmonies of #131AF4
Complementary color
Monochromatic Colors of #131AF4
Black with #131AF4
Text Example
Text Example
White with #131AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131AF4; }
p { color: rgb(19,26,244); }
H1.HeaderClassName
{
color: #131AF4;
}
.AnyTagClassName
{
color: #131AF4;
}
</style>
background-color css
<style>
a { background-color: #131AF4; }
a { background-color: rgb(19,26,244); }
div.DivClassName
{
background-color: #131AF4;
}
.BgClassName
{
background-color: #131AF4;
}
</style>
border-color css
<style>
span { border-color: #131AF4; }
span { border-color: rgb(19,26,244); }
td.TdClassName
{
border-color: #131AF4;
}
.TagClassName
{
border-color: #131AF4;
}
</style>