Shades of Blue #130CFB
Tints of Blue #130CFB
RGB
CMYK
RGB Variations
Color information
#130CFB (or 0x130CFB) is known color: Blue. HEX triplet: 13, 0C and FB. RGB value is (19,12,251). Sum of RGB (Red+Green+Blue) = 19+12+251=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 251 (98.44% from 255 or 89.01% from 282); Max value from RGB is 251 - color contains mainly: blue. Hex color #130CFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130CFB is #ECF304. Grayscale: #282828. Windows color (decimal): -15528709 or 16452627. OLE color: 16452627.
HSL color Cylindrical-coordinate representation of color #130CFB: hue angle of 241.76º 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 #130CFB is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 12 | 251 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.02 |
| HSL | 241.76º | 0.97% | 0.52% | - |
| HSV(B) | 241.76º | 0.95% | 0.98% | - |
| XYZ | 17.81 | 7.37 | 91.75 | - |
| YUV | 41.34 | 246.32 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 251 | 0.92 | 0.95 | 0 | 0.02 | 241.76 | 0.97 | 0.52 |
| Hex | 13 | C | FB | 5C | 5F | 0 | 2 | F2 | 61 | 34 |
| Octal | 23 | 14 | 373 | 134 | 137 | 0 | 2 | 362 | 141 | 64 |
| Binary | 10011 | 1100 | 11111011 | 1011100 | 1011111 | 0 | 10 | 11110010 | 1100001 | 110100 |
Color Harmonies of #130CFB
Complementary color
Monochromatic Colors of #130CFB
Black with #130CFB
Text Example
Text Example
White with #130CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130CFB; }
p { color: rgb(19,12,251); }
H1.HeaderClassName
{
color: #130CFB;
}
.AnyTagClassName
{
color: #130CFB;
}
</style>
background-color css
<style>
a { background-color: #130CFB; }
a { background-color: rgb(19,12,251); }
div.DivClassName
{
background-color: #130CFB;
}
.BgClassName
{
background-color: #130CFB;
}
</style>
border-color css
<style>
span { border-color: #130CFB; }
span { border-color: rgb(19,12,251); }
td.TdClassName
{
border-color: #130CFB;
}
.TagClassName
{
border-color: #130CFB;
}
</style>