Shades of Blue #131AFC
Tints of Blue #131AFC
RGB
CMYK
RGB Variations
Color information
#131AFC (or 0x131AFC) is known color: Blue. HEX triplet: 13, 1A and FC. RGB value is (19,26,252). Sum of RGB (Red+Green+Blue) = 19+26+252=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 252 (98.83% from 255 or 84.85% from 297); Max value from RGB is 252 - color contains mainly: blue. Hex color #131AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131AFC is #ECE503. Grayscale: #303030. Windows color (decimal): -15525124 or 16521747. OLE color: 16521747.
HSL color Cylindrical-coordinate representation of color #131AFC: hue angle of 238.2º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131AFC is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 26 | 252 | - |
| CMYK | 0.92 | 0.90 | 0 | 0.01 |
| HSL | 238.2º | 0.97% | 0.53% | - |
| HSV(B) | 238.2º | 0.92% | 0.99% | - |
| XYZ | 18.21 | 7.91 | 92.66 | - |
| YUV | 49.67 | 242.18 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 252 | 0.92 | 0.90 | 0 | 0.01 | 238.2 | 0.97 | 0.53 |
| Hex | 13 | 1A | FC | 5C | 5A | 0 | 1 | EE | 61 | 35 |
| Octal | 23 | 32 | 374 | 134 | 132 | 0 | 1 | 356 | 141 | 65 |
| Binary | 10011 | 11010 | 11111100 | 1011100 | 1011010 | 0 | 1 | 11101110 | 1100001 | 110101 |
Color Harmonies of #131AFC
Complementary color
Monochromatic Colors of #131AFC
Black with #131AFC
Text Example
Text Example
White with #131AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131AFC; }
p { color: rgb(19,26,252); }
H1.HeaderClassName
{
color: #131AFC;
}
.AnyTagClassName
{
color: #131AFC;
}
</style>
background-color css
<style>
a { background-color: #131AFC; }
a { background-color: rgb(19,26,252); }
div.DivClassName
{
background-color: #131AFC;
}
.BgClassName
{
background-color: #131AFC;
}
</style>
border-color css
<style>
span { border-color: #131AFC; }
span { border-color: rgb(19,26,252); }
td.TdClassName
{
border-color: #131AFC;
}
.TagClassName
{
border-color: #131AFC;
}
</style>