Shades of Medium Blue #130DC0
Tints of Medium Blue #130DC0
RGB
CMYK
RGB Variations
Color information
#130DC0 (or 0x130DC0) is known color: Medium Blue. HEX triplet: 13, 0D and C0. RGB value is (19,13,192). Sum of RGB (Red+Green+Blue) = 19+13+192=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 192 (75.39% from 255 or 85.71% from 224); Max value from RGB is 192 - color contains mainly: blue. Hex color #130DC0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DC0 is #ECF23F. Grayscale: #222222. Windows color (decimal): -15528512 or 12586259. OLE color: 12586259.
HSL color Cylindrical-coordinate representation of color #130DC0: hue angle of 242.01º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130DC0 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 13 | 192 | - |
| CMYK | 0.90 | 0.93 | 0 | 0.25 |
| HSL | 242.01º | 0.87% | 0.4% | - |
| HSV(B) | 242.01º | 0.93% | 0.75% | - |
| XYZ | 9.93 | 4.23 | 50.16 | - |
| YUV | 35.2 | 216.49 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 192 | 0.90 | 0.93 | 0 | 0.25 | 242.01 | 0.87 | 0.4 |
| Hex | 13 | D | C0 | 5A | 5D | 0 | 19 | F2 | 57 | 28 |
| Octal | 23 | 15 | 300 | 132 | 135 | 0 | 31 | 362 | 127 | 50 |
| Binary | 10011 | 1101 | 11000000 | 1011010 | 1011101 | 0 | 11001 | 11110010 | 1010111 | 101000 |
Color Harmonies of #130DC0
Complementary color
Monochromatic Colors of #130DC0
Black with #130DC0
Text Example
Text Example
White with #130DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130DC0; }
p { color: rgb(19,13,192); }
H1.HeaderClassName
{
color: #130DC0;
}
.AnyTagClassName
{
color: #130DC0;
}
</style>
background-color css
<style>
a { background-color: #130DC0; }
a { background-color: rgb(19,13,192); }
div.DivClassName
{
background-color: #130DC0;
}
.BgClassName
{
background-color: #130DC0;
}
</style>
border-color css
<style>
span { border-color: #130DC0; }
span { border-color: rgb(19,13,192); }
td.TdClassName
{
border-color: #130DC0;
}
.TagClassName
{
border-color: #130DC0;
}
</style>