Shades of Blue #131EED
Tints of Blue #131EED
RGB
CMYK
RGB Variations
Color information
#131EED (or 0x131EED) is known color: Blue. HEX triplet: 13, 1E and ED. RGB value is (19,30,237). Sum of RGB (Red+Green+Blue) = 19+30+237=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 237 (92.97% from 255 or 82.87% from 286); Max value from RGB is 237 - color contains mainly: blue. Hex color #131EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131EED is #ECE112. Grayscale: #313131. Windows color (decimal): -15524115 or 15539731. OLE color: 15539731.
HSL color Cylindrical-coordinate representation of color #131EED: hue angle of 236.97º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131EED is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 30 | 237 | - |
| CMYK | 0.92 | 0.87 | 0 | 0.07 |
| HSL | 236.97º | 0.86% | 0.5% | - |
| HSV(B) | 236.97º | 0.92% | 0.93% | - |
| XYZ | 16.02 | 7.18 | 80.66 | - |
| YUV | 50.31 | 233.36 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 237 | 0.92 | 0.87 | 0 | 0.07 | 236.97 | 0.86 | 0.5 |
| Hex | 13 | 1E | ED | 5C | 57 | 0 | 7 | ED | 56 | 32 |
| Octal | 23 | 36 | 355 | 134 | 127 | 0 | 7 | 355 | 126 | 62 |
| Binary | 10011 | 11110 | 11101101 | 1011100 | 1010111 | 0 | 111 | 11101101 | 1010110 | 110010 |
Color Harmonies of #131EED
Complementary color
Monochromatic Colors of #131EED
Black with #131EED
Text Example
Text Example
White with #131EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131EED; }
p { color: rgb(19,30,237); }
H1.HeaderClassName
{
color: #131EED;
}
.AnyTagClassName
{
color: #131EED;
}
</style>
background-color css
<style>
a { background-color: #131EED; }
a { background-color: rgb(19,30,237); }
div.DivClassName
{
background-color: #131EED;
}
.BgClassName
{
background-color: #131EED;
}
</style>
border-color css
<style>
span { border-color: #131EED; }
span { border-color: rgb(19,30,237); }
td.TdClassName
{
border-color: #131EED;
}
.TagClassName
{
border-color: #131EED;
}
</style>