Shades of Blue #131CFE
Tints of Blue #131CFE
RGB
CMYK
RGB Variations
Color information
#131CFE (or 0x131CFE) is known color: Blue. HEX triplet: 13, 1C and FE. RGB value is (19,28,254). Sum of RGB (Red+Green+Blue) = 19+28+254=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 254 (99.61% from 255 or 84.39% from 301); Max value from RGB is 254 - color contains mainly: blue. Hex color #131CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131CFE is #ECE301. Grayscale: #323232. Windows color (decimal): -15524610 or 16653331. OLE color: 16653331.
HSL color Cylindrical-coordinate representation of color #131CFE: hue angle of 237.7º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #131CFE is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 28 | 254 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.00 |
| HSL | 237.7º | 0.99% | 0.54% | - |
| HSV(B) | 237.7º | 0.93% | 1% | - |
| XYZ | 18.57 | 8.12 | 94.36 | - |
| YUV | 51.07 | 242.52 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 254 | 0.93 | 0.89 | 0 | 0.00 | 237.7 | 0.99 | 0.54 |
| Hex | 13 | 1C | FE | 5D | 59 | 0 | 0 | EE | 63 | 36 |
| Octal | 23 | 34 | 376 | 135 | 131 | 0 | 0 | 356 | 143 | 66 |
| Binary | 10011 | 11100 | 11111110 | 1011101 | 1011001 | 0 | 0 | 11101110 | 1100011 | 110110 |
Color Harmonies of #131CFE
Complementary color
Monochromatic Colors of #131CFE
Black with #131CFE
Text Example
Text Example
White with #131CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131CFE; }
p { color: rgb(19,28,254); }
H1.HeaderClassName
{
color: #131CFE;
}
.AnyTagClassName
{
color: #131CFE;
}
</style>
background-color css
<style>
a { background-color: #131CFE; }
a { background-color: rgb(19,28,254); }
div.DivClassName
{
background-color: #131CFE;
}
.BgClassName
{
background-color: #131CFE;
}
</style>
border-color css
<style>
span { border-color: #131CFE; }
span { border-color: rgb(19,28,254); }
td.TdClassName
{
border-color: #131CFE;
}
.TagClassName
{
border-color: #131CFE;
}
</style>