Shades of Blue #130FEF
Tints of Blue #130FEF
RGB
CMYK
RGB Variations
Color information
#130FEF (or 0x130FEF) is known color: Blue. HEX triplet: 13, 0F and EF. RGB value is (19,15,239). Sum of RGB (Red+Green+Blue) = 19+15+239=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 239 (93.75% from 255 or 87.55% from 273); Max value from RGB is 239 - color contains mainly: blue. Hex color #130FEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130FEF is #ECF010. Grayscale: #282828. Windows color (decimal): -15527953 or 15666963. OLE color: 15666963.
HSL color Cylindrical-coordinate representation of color #130FEF: hue angle of 241.07º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130FEF is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 15 | 239 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.06 |
| HSL | 241.07º | 0.88% | 0.5% | - |
| HSV(B) | 241.07º | 0.94% | 0.94% | - |
| XYZ | 16.02 | 6.71 | 82.11 | - |
| YUV | 41.73 | 239.33 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 239 | 0.92 | 0.94 | 0 | 0.06 | 241.07 | 0.88 | 0.5 |
| Hex | 13 | F | EF | 5C | 5E | 0 | 6 | F1 | 58 | 32 |
| Octal | 23 | 17 | 357 | 134 | 136 | 0 | 6 | 361 | 130 | 62 |
| Binary | 10011 | 1111 | 11101111 | 1011100 | 1011110 | 0 | 110 | 11110001 | 1011000 | 110010 |
Color Harmonies of #130FEF
Complementary color
Monochromatic Colors of #130FEF
Black with #130FEF
Text Example
Text Example
White with #130FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130FEF; }
p { color: rgb(19,15,239); }
H1.HeaderClassName
{
color: #130FEF;
}
.AnyTagClassName
{
color: #130FEF;
}
</style>
background-color css
<style>
a { background-color: #130FEF; }
a { background-color: rgb(19,15,239); }
div.DivClassName
{
background-color: #130FEF;
}
.BgClassName
{
background-color: #130FEF;
}
</style>
border-color css
<style>
span { border-color: #130FEF; }
span { border-color: rgb(19,15,239); }
td.TdClassName
{
border-color: #130FEF;
}
.TagClassName
{
border-color: #130FEF;
}
</style>