Shades of Blue #130DFB
Tints of Blue #130DFB
RGB
CMYK
RGB Variations
Color information
#130DFB (or 0x130DFB) is known color: Blue. HEX triplet: 13, 0D and FB. RGB value is (19,13,251). Sum of RGB (Red+Green+Blue) = 19+13+251=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 251 (98.44% from 255 or 88.69% from 283); Max value from RGB is 251 - color contains mainly: blue. Hex color #130DFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130DFB is #ECF204. Grayscale: #282828. Windows color (decimal): -15528453 or 16452883. OLE color: 16452883.
HSL color Cylindrical-coordinate representation of color #130DFB: hue angle of 241.51º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130DFB is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 13 | 251 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.02 |
| HSL | 241.51º | 0.97% | 0.52% | - |
| HSV(B) | 241.51º | 0.95% | 0.98% | - |
| XYZ | 17.83 | 7.39 | 91.75 | - |
| YUV | 41.93 | 245.99 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 251 | 0.92 | 0.95 | 0 | 0.02 | 241.51 | 0.97 | 0.52 |
| Hex | 13 | D | FB | 5C | 5F | 0 | 2 | F2 | 61 | 34 |
| Octal | 23 | 15 | 373 | 134 | 137 | 0 | 2 | 362 | 141 | 64 |
| Binary | 10011 | 1101 | 11111011 | 1011100 | 1011111 | 0 | 10 | 11110010 | 1100001 | 110100 |
Color Harmonies of #130DFB
Complementary color
Monochromatic Colors of #130DFB
Black with #130DFB
Text Example
Text Example
White with #130DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130DFB; }
p { color: rgb(19,13,251); }
H1.HeaderClassName
{
color: #130DFB;
}
.AnyTagClassName
{
color: #130DFB;
}
</style>
background-color css
<style>
a { background-color: #130DFB; }
a { background-color: rgb(19,13,251); }
div.DivClassName
{
background-color: #130DFB;
}
.BgClassName
{
background-color: #130DFB;
}
</style>
border-color css
<style>
span { border-color: #130DFB; }
span { border-color: rgb(19,13,251); }
td.TdClassName
{
border-color: #130DFB;
}
.TagClassName
{
border-color: #130DFB;
}
</style>