Shades of Blue #131CE6
Tints of Blue #131CE6
RGB
CMYK
RGB Variations
Color information
#131CE6 (or 0x131CE6) is known color: Blue. HEX triplet: 13, 1C and E6. RGB value is (19,28,230). Sum of RGB (Red+Green+Blue) = 19+28+230=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 230 (90.23% from 255 or 83.03% from 277); Max value from RGB is 230 - color contains mainly: blue. Hex color #131CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131CE6 is #ECE319. Grayscale: #2F2F2F. Windows color (decimal): -15524634 or 15080467. OLE color: 15080467.
HSL color Cylindrical-coordinate representation of color #131CE6: hue angle of 237.44º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131CE6 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 28 | 230 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.10 |
| HSL | 237.44º | 0.85% | 0.49% | - |
| HSV(B) | 237.44º | 0.92% | 0.9% | - |
| XYZ | 14.97 | 6.68 | 75.36 | - |
| YUV | 48.34 | 230.52 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 230 | 0.92 | 0.88 | 0 | 0.10 | 237.44 | 0.85 | 0.49 |
| Hex | 13 | 1C | E6 | 5C | 58 | 0 | A | ED | 55 | 31 |
| Octal | 23 | 34 | 346 | 134 | 130 | 0 | 12 | 355 | 125 | 61 |
| Binary | 10011 | 11100 | 11100110 | 1011100 | 1011000 | 0 | 1010 | 11101101 | 1010101 | 110001 |
Color Harmonies of #131CE6
Complementary color
Monochromatic Colors of #131CE6
Black with #131CE6
Text Example
Text Example
White with #131CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CE6; }
p { color: rgb(19,28,230); }
H1.HeaderClassName
{
color: #131CE6;
}
.AnyTagClassName
{
color: #131CE6;
}
</style>
background-color css
<style>
a { background-color: #131CE6; }
a { background-color: rgb(19,28,230); }
div.DivClassName
{
background-color: #131CE6;
}
.BgClassName
{
background-color: #131CE6;
}
</style>
border-color css
<style>
span { border-color: #131CE6; }
span { border-color: rgb(19,28,230); }
td.TdClassName
{
border-color: #131CE6;
}
.TagClassName
{
border-color: #131CE6;
}
</style>