Shades of Blue #131EEA
Tints of Blue #131EEA
RGB
CMYK
RGB Variations
Color information
#131EEA (or 0x131EEA) is known color: Blue. HEX triplet: 13, 1E and EA. RGB value is (19,30,234). Sum of RGB (Red+Green+Blue) = 19+30+234=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 234 (91.80% from 255 or 82.69% from 283); Max value from RGB is 234 - color contains mainly: blue. Hex color #131EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131EEA is #ECE115. Grayscale: #313131. Windows color (decimal): -15524118 or 15343123. OLE color: 15343123.
HSL color Cylindrical-coordinate representation of color #131EEA: hue angle of 236.93º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131EEA is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 19 | 30 | 234 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.08 |
| HSL | 236.93º | 0.85% | 0.5% | - |
| HSV(B) | 236.93º | 0.92% | 0.92% | - |
| XYZ | 15.58 | 7.01 | 78.37 | - |
| YUV | 49.97 | 231.86 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 234 | 0.92 | 0.87 | 0 | 0.08 | 236.93 | 0.85 | 0.5 |
| Hex | 13 | 1E | EA | 5C | 57 | 0 | 8 | ED | 55 | 32 |
| Octal | 23 | 36 | 352 | 134 | 127 | 0 | 10 | 355 | 125 | 62 |
| Binary | 10011 | 11110 | 11101010 | 1011100 | 1010111 | 0 | 1000 | 11101101 | 1010101 | 110010 |
Color Harmonies of #131EEA
Complementary color
Monochromatic Colors of #131EEA
Black with #131EEA
Text Example
Text Example
White with #131EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131EEA; }
p { color: rgb(19,30,234); }
H1.HeaderClassName
{
color: #131EEA;
}
.AnyTagClassName
{
color: #131EEA;
}
</style>
background-color css
<style>
a { background-color: #131EEA; }
a { background-color: rgb(19,30,234); }
div.DivClassName
{
background-color: #131EEA;
}
.BgClassName
{
background-color: #131EEA;
}
</style>
border-color css
<style>
span { border-color: #131EEA; }
span { border-color: rgb(19,30,234); }
td.TdClassName
{
border-color: #131EEA;
}
.TagClassName
{
border-color: #131EEA;
}
</style>