Shades of Blue #131CE8
Tints of Blue #131CE8
RGB
CMYK
RGB Variations
Color information
#131CE8 (or 0x131CE8) is known color: Blue. HEX triplet: 13, 1C and E8. RGB value is (19,28,232). Sum of RGB (Red+Green+Blue) = 19+28+232=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 232 (91.02% from 255 or 83.15% from 279); Max value from RGB is 232 - color contains mainly: blue. Hex color #131CE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131CE8 is #ECE317. Grayscale: #2F2F2F. Windows color (decimal): -15524632 or 15211539. OLE color: 15211539.
HSL color Cylindrical-coordinate representation of color #131CE8: hue angle of 237.46º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131CE8 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 19 | 28 | 232 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.09 |
| HSL | 237.46º | 0.85% | 0.49% | - |
| HSV(B) | 237.46º | 0.92% | 0.91% | - |
| XYZ | 15.25 | 6.8 | 76.85 | - |
| YUV | 48.57 | 231.52 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 232 | 0.92 | 0.88 | 0 | 0.09 | 237.46 | 0.85 | 0.49 |
| Hex | 13 | 1C | E8 | 5C | 58 | 0 | 9 | ED | 55 | 31 |
| Octal | 23 | 34 | 350 | 134 | 130 | 0 | 11 | 355 | 125 | 61 |
| Binary | 10011 | 11100 | 11101000 | 1011100 | 1011000 | 0 | 1001 | 11101101 | 1010101 | 110001 |
Color Harmonies of #131CE8
Complementary color
Monochromatic Colors of #131CE8
Black with #131CE8
Text Example
Text Example
White with #131CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CE8; }
p { color: rgb(19,28,232); }
H1.HeaderClassName
{
color: #131CE8;
}
.AnyTagClassName
{
color: #131CE8;
}
</style>
background-color css
<style>
a { background-color: #131CE8; }
a { background-color: rgb(19,28,232); }
div.DivClassName
{
background-color: #131CE8;
}
.BgClassName
{
background-color: #131CE8;
}
</style>
border-color css
<style>
span { border-color: #131CE8; }
span { border-color: rgb(19,28,232); }
td.TdClassName
{
border-color: #131CE8;
}
.TagClassName
{
border-color: #131CE8;
}
</style>