Shades of Blue #130CF5
Tints of Blue #130CF5
RGB
CMYK
RGB Variations
Color information
#130CF5 (or 0x130CF5) is known color: Blue. HEX triplet: 13, 0C and F5. RGB value is (19,12,245). Sum of RGB (Red+Green+Blue) = 19+12+245=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 245 (96.09% from 255 or 88.77% from 276); Max value from RGB is 245 - color contains mainly: blue. Hex color #130CF5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130CF5 is #ECF30A. Grayscale: #272727. Windows color (decimal): -15528715 or 16059411. OLE color: 16059411.
HSL color Cylindrical-coordinate representation of color #130CF5: hue angle of 241.8º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130CF5 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 12 | 245 | - |
| CMYK | 0.92 | 0.95 | 0 | 0.04 |
| HSL | 241.8º | 0.92% | 0.5% | - |
| HSV(B) | 241.8º | 0.95% | 0.96% | - |
| XYZ | 16.88 | 6.99 | 86.85 | - |
| YUV | 40.66 | 243.32 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 245 | 0.92 | 0.95 | 0 | 0.04 | 241.8 | 0.92 | 0.5 |
| Hex | 13 | C | F5 | 5C | 5F | 0 | 4 | F2 | 5C | 32 |
| Octal | 23 | 14 | 365 | 134 | 137 | 0 | 4 | 362 | 134 | 62 |
| Binary | 10011 | 1100 | 11110101 | 1011100 | 1011111 | 0 | 100 | 11110010 | 1011100 | 110010 |
Color Harmonies of #130CF5
Complementary color
Monochromatic Colors of #130CF5
Black with #130CF5
Text Example
Text Example
White with #130CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130CF5; }
p { color: rgb(19,12,245); }
H1.HeaderClassName
{
color: #130CF5;
}
.AnyTagClassName
{
color: #130CF5;
}
</style>
background-color css
<style>
a { background-color: #130CF5; }
a { background-color: rgb(19,12,245); }
div.DivClassName
{
background-color: #130CF5;
}
.BgClassName
{
background-color: #130CF5;
}
</style>
border-color css
<style>
span { border-color: #130CF5; }
span { border-color: rgb(19,12,245); }
td.TdClassName
{
border-color: #130CF5;
}
.TagClassName
{
border-color: #130CF5;
}
</style>