Shades of Blue #131EF3
Tints of Blue #131EF3
RGB
CMYK
RGB Variations
Color information
#131EF3 (or 0x131EF3) is known color: Blue. HEX triplet: 13, 1E and F3. RGB value is (19,30,243). Sum of RGB (Red+Green+Blue) = 19+30+243=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 243 (95.31% from 255 or 83.22% from 292); Max value from RGB is 243 - color contains mainly: blue. Hex color #131EF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131EF3 is #ECE10C. Grayscale: #323232. Windows color (decimal): -15524109 or 15932947. OLE color: 15932947.
HSL color Cylindrical-coordinate representation of color #131EF3: hue angle of 237.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131EF3 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 30 | 243 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.05 |
| HSL | 237.05º | 0.9% | 0.51% | - |
| HSV(B) | 237.05º | 0.92% | 0.95% | - |
| XYZ | 16.91 | 7.54 | 85.36 | - |
| YUV | 50.99 | 236.36 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 243 | 0.92 | 0.88 | 0 | 0.05 | 237.05 | 0.9 | 0.51 |
| Hex | 13 | 1E | F3 | 5C | 58 | 0 | 5 | ED | 5A | 33 |
| Octal | 23 | 36 | 363 | 134 | 130 | 0 | 5 | 355 | 132 | 63 |
| Binary | 10011 | 11110 | 11110011 | 1011100 | 1011000 | 0 | 101 | 11101101 | 1011010 | 110011 |
Color Harmonies of #131EF3
Complementary color
Monochromatic Colors of #131EF3
Black with #131EF3
Text Example
Text Example
White with #131EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131EF3; }
p { color: rgb(19,30,243); }
H1.HeaderClassName
{
color: #131EF3;
}
.AnyTagClassName
{
color: #131EF3;
}
</style>
background-color css
<style>
a { background-color: #131EF3; }
a { background-color: rgb(19,30,243); }
div.DivClassName
{
background-color: #131EF3;
}
.BgClassName
{
background-color: #131EF3;
}
</style>
border-color css
<style>
span { border-color: #131EF3; }
span { border-color: rgb(19,30,243); }
td.TdClassName
{
border-color: #131EF3;
}
.TagClassName
{
border-color: #131EF3;
}
</style>