Shades of Blue #131DF3
Tints of Blue #131DF3
RGB
CMYK
RGB Variations
Color information
#131DF3 (or 0x131DF3) is known color: Blue. HEX triplet: 13, 1D and F3. RGB value is (19,29,243). Sum of RGB (Red+Green+Blue) = 19+29+243=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 243 (95.31% from 255 or 83.51% from 291); Max value from RGB is 243 - color contains mainly: blue. Hex color #131DF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131DF3 is #ECE20C. Grayscale: #313131. Windows color (decimal): -15524365 or 15932691. OLE color: 15932691.
HSL color Cylindrical-coordinate representation of color #131DF3: hue angle of 237.32º 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 #131DF3 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 29 | 243 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.05 |
| HSL | 237.32º | 0.9% | 0.51% | - |
| HSV(B) | 237.32º | 0.92% | 0.95% | - |
| XYZ | 16.89 | 7.49 | 85.35 | - |
| YUV | 50.41 | 236.69 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 243 | 0.92 | 0.88 | 0 | 0.05 | 237.32 | 0.9 | 0.51 |
| Hex | 13 | 1D | F3 | 5C | 58 | 0 | 5 | ED | 5A | 33 |
| Octal | 23 | 35 | 363 | 134 | 130 | 0 | 5 | 355 | 132 | 63 |
| Binary | 10011 | 11101 | 11110011 | 1011100 | 1011000 | 0 | 101 | 11101101 | 1011010 | 110011 |
Color Harmonies of #131DF3
Complementary color
Monochromatic Colors of #131DF3
Black with #131DF3
Text Example
Text Example
White with #131DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131DF3; }
p { color: rgb(19,29,243); }
H1.HeaderClassName
{
color: #131DF3;
}
.AnyTagClassName
{
color: #131DF3;
}
</style>
background-color css
<style>
a { background-color: #131DF3; }
a { background-color: rgb(19,29,243); }
div.DivClassName
{
background-color: #131DF3;
}
.BgClassName
{
background-color: #131DF3;
}
</style>
border-color css
<style>
span { border-color: #131DF3; }
span { border-color: rgb(19,29,243); }
td.TdClassName
{
border-color: #131DF3;
}
.TagClassName
{
border-color: #131DF3;
}
</style>