Shades of Blue #130AFB
Tints of Blue #130AFB
RGB
CMYK
RGB Variations
Color information
#130AFB (or 0x130AFB) is known color: Blue. HEX triplet: 13, 0A and FB. RGB value is (19,10,251). Sum of RGB (Red+Green+Blue) = 19+10+251=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 251 (98.44% from 255 or 89.64% from 280); Max value from RGB is 251 - color contains mainly: blue. Hex color #130AFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130AFB is #ECF504. Grayscale: #272727. Windows color (decimal): -15529221 or 16452115. OLE color: 16452115.
HSL color Cylindrical-coordinate representation of color #130AFB: hue angle of 242.24º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130AFB is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 10 | 251 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.02 |
| HSL | 242.24º | 0.97% | 0.51% | - |
| HSV(B) | 242.24º | 0.96% | 0.98% | - |
| XYZ | 17.79 | 7.32 | 91.74 | - |
| YUV | 40.17 | 246.98 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 251 | 0.92 | 0.96 | 0 | 0.02 | 242.24 | 0.97 | 0.51 |
| Hex | 13 | A | FB | 5C | 60 | 0 | 2 | F2 | 61 | 33 |
| Octal | 23 | 12 | 373 | 134 | 140 | 0 | 2 | 362 | 141 | 63 |
| Binary | 10011 | 1010 | 11111011 | 1011100 | 1100000 | 0 | 10 | 11110010 | 1100001 | 110011 |
Color Harmonies of #130AFB
Complementary color
Monochromatic Colors of #130AFB
Black with #130AFB
Text Example
Text Example
White with #130AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130AFB; }
p { color: rgb(19,10,251); }
H1.HeaderClassName
{
color: #130AFB;
}
.AnyTagClassName
{
color: #130AFB;
}
</style>
background-color css
<style>
a { background-color: #130AFB; }
a { background-color: rgb(19,10,251); }
div.DivClassName
{
background-color: #130AFB;
}
.BgClassName
{
background-color: #130AFB;
}
</style>
border-color css
<style>
span { border-color: #130AFB; }
span { border-color: rgb(19,10,251); }
td.TdClassName
{
border-color: #130AFB;
}
.TagClassName
{
border-color: #130AFB;
}
</style>