Shades of Blue #130CFF
Tints of Blue #130CFF
RGB
CMYK
RGB Variations
Color information
#130CFF (or 0x130CFF) is known color: Blue. HEX triplet: 13, 0C and FF. RGB value is (19,12,255). Sum of RGB (Red+Green+Blue) = 19+12+255=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 255 (100% from 255 or 89.16% from 286); Max value from RGB is 255 - color contains mainly: blue. Hex color #130CFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #130CFF is #ECF300. Grayscale: #282828. Windows color (decimal): -15528705 or 16714771. OLE color: 16714771.
HSL color Cylindrical-coordinate representation of color #130CFF: hue angle of 241.73º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130CFF is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 12 | 255 | - |
| CMYK | 0.93 | 0.95 | 0 | 0 |
| HSL | 241.73º | 1% | 0.52% | - |
| HSV(B) | 241.73º | 0.95% | 1% | - |
| XYZ | 18.45 | 7.62 | 95.11 | - |
| YUV | 41.8 | 248.32 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 255 | 0.93 | 0.95 | 0 | 0 | 241.73 | 1 | 0.52 |
| Hex | 13 | C | FF | 5D | 5F | 0 | 0 | F2 | 64 | 34 |
| Octal | 23 | 14 | 377 | 135 | 137 | 0 | 0 | 362 | 144 | 64 |
| Binary | 10011 | 1100 | 11111111 | 1011101 | 1011111 | 0 | 0 | 11110010 | 1100100 | 110100 |
Color Harmonies of #130CFF
Complementary color
Monochromatic Colors of #130CFF
Black with #130CFF
Text Example
Text Example
White with #130CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130CFF; }
p { color: rgb(19,12,255); }
H1.HeaderClassName
{
color: #130CFF;
}
.AnyTagClassName
{
color: #130CFF;
}
</style>
background-color css
<style>
a { background-color: #130CFF; }
a { background-color: rgb(19,12,255); }
div.DivClassName
{
background-color: #130CFF;
}
.BgClassName
{
background-color: #130CFF;
}
</style>
border-color css
<style>
span { border-color: #130CFF; }
span { border-color: rgb(19,12,255); }
td.TdClassName
{
border-color: #130CFF;
}
.TagClassName
{
border-color: #130CFF;
}
</style>