Shades of Blue #130AF3
Tints of Blue #130AF3
RGB
CMYK
RGB Variations
Color information
#130AF3 (or 0x130AF3) is known color: Blue. HEX triplet: 13, 0A and F3. RGB value is (19,10,243). Sum of RGB (Red+Green+Blue) = 19+10+243=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 243 (95.31% from 255 or 89.34% from 272); Max value from RGB is 243 - color contains mainly: blue. Hex color #130AF3 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130AF3 is #ECF50C. Grayscale: #262626. Windows color (decimal): -15529229 or 15927827. OLE color: 15927827.
HSL color Cylindrical-coordinate representation of color #130AF3: hue angle of 242.32º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130AF3 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 10 | 243 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.05 |
| HSL | 242.32º | 0.92% | 0.5% | - |
| HSV(B) | 242.32º | 0.96% | 0.95% | - |
| XYZ | 16.55 | 6.83 | 85.24 | - |
| YUV | 39.25 | 242.98 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 243 | 0.92 | 0.96 | 0 | 0.05 | 242.32 | 0.92 | 0.5 |
| Hex | 13 | A | F3 | 5C | 60 | 0 | 5 | F2 | 5C | 32 |
| Octal | 23 | 12 | 363 | 134 | 140 | 0 | 5 | 362 | 134 | 62 |
| Binary | 10011 | 1010 | 11110011 | 1011100 | 1100000 | 0 | 101 | 11110010 | 1011100 | 110010 |
Color Harmonies of #130AF3
Complementary color
Monochromatic Colors of #130AF3
Black with #130AF3
Text Example
Text Example
White with #130AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130AF3; }
p { color: rgb(19,10,243); }
H1.HeaderClassName
{
color: #130AF3;
}
.AnyTagClassName
{
color: #130AF3;
}
</style>
background-color css
<style>
a { background-color: #130AF3; }
a { background-color: rgb(19,10,243); }
div.DivClassName
{
background-color: #130AF3;
}
.BgClassName
{
background-color: #130AF3;
}
</style>
border-color css
<style>
span { border-color: #130AF3; }
span { border-color: rgb(19,10,243); }
td.TdClassName
{
border-color: #130AF3;
}
.TagClassName
{
border-color: #130AF3;
}
</style>