Shades of Medium Blue #130CC9
Tints of Medium Blue #130CC9
RGB
CMYK
RGB Variations
Color information
#130CC9 (or 0x130CC9) is known color: Medium Blue. HEX triplet: 13, 0C and C9. RGB value is (19,12,201). Sum of RGB (Red+Green+Blue) = 19+12+201=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 201 (78.91% from 255 or 86.64% from 232); Max value from RGB is 201 - color contains mainly: blue. Hex color #130CC9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130CC9 is #ECF336. Grayscale: #222222. Windows color (decimal): -15528759 or 13175827. OLE color: 13175827.
HSL color Cylindrical-coordinate representation of color #130CC9: hue angle of 242.22º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130CC9 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 12 | 201 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.21 |
| HSL | 242.22º | 0.89% | 0.42% | - |
| HSV(B) | 242.22º | 0.94% | 0.79% | - |
| XYZ | 10.94 | 4.62 | 55.57 | - |
| YUV | 35.64 | 221.32 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 201 | 0.91 | 0.94 | 0 | 0.21 | 242.22 | 0.89 | 0.42 |
| Hex | 13 | C | C9 | 5B | 5E | 0 | 15 | F2 | 59 | 2A |
| Octal | 23 | 14 | 311 | 133 | 136 | 0 | 25 | 362 | 131 | 52 |
| Binary | 10011 | 1100 | 11001001 | 1011011 | 1011110 | 0 | 10101 | 11110010 | 1011001 | 101010 |
Color Harmonies of #130CC9
Complementary color
Monochromatic Colors of #130CC9
Black with #130CC9
Text Example
Text Example
White with #130CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130CC9; }
p { color: rgb(19,12,201); }
H1.HeaderClassName
{
color: #130CC9;
}
.AnyTagClassName
{
color: #130CC9;
}
</style>
background-color css
<style>
a { background-color: #130CC9; }
a { background-color: rgb(19,12,201); }
div.DivClassName
{
background-color: #130CC9;
}
.BgClassName
{
background-color: #130CC9;
}
</style>
border-color css
<style>
span { border-color: #130CC9; }
span { border-color: rgb(19,12,201); }
td.TdClassName
{
border-color: #130CC9;
}
.TagClassName
{
border-color: #130CC9;
}
</style>