Shades of Medium Blue #130DDC
Tints of Medium Blue #130DDC
RGB
CMYK
RGB Variations
Color information
#130DDC (or 0x130DDC) is known color: Medium Blue. HEX triplet: 13, 0D and DC. RGB value is (19,13,220). Sum of RGB (Red+Green+Blue) = 19+13+220=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 220 (86.33% from 255 or 87.30% from 252); Max value from RGB is 220 - color contains mainly: blue. Hex color #130DDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DDC is #ECF223. Grayscale: #252525. Windows color (decimal): -15528484 or 14421267. OLE color: 14421267.
HSL color Cylindrical-coordinate representation of color #130DDC: hue angle of 241.74º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130DDC is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 13 | 220 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.14 |
| HSL | 241.74º | 0.89% | 0.46% | - |
| HSV(B) | 241.74º | 0.94% | 0.86% | - |
| XYZ | 13.33 | 5.59 | 68.09 | - |
| YUV | 38.39 | 230.49 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 220 | 0.91 | 0.94 | 0 | 0.14 | 241.74 | 0.89 | 0.46 |
| Hex | 13 | D | DC | 5B | 5E | 0 | E | F2 | 59 | 2E |
| Octal | 23 | 15 | 334 | 133 | 136 | 0 | 16 | 362 | 131 | 56 |
| Binary | 10011 | 1101 | 11011100 | 1011011 | 1011110 | 0 | 1110 | 11110010 | 1011001 | 101110 |
Color Harmonies of #130DDC
Complementary color
Monochromatic Colors of #130DDC
Black with #130DDC
Text Example
Text Example
White with #130DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130DDC; }
p { color: rgb(19,13,220); }
H1.HeaderClassName
{
color: #130DDC;
}
.AnyTagClassName
{
color: #130DDC;
}
</style>
background-color css
<style>
a { background-color: #130DDC; }
a { background-color: rgb(19,13,220); }
div.DivClassName
{
background-color: #130DDC;
}
.BgClassName
{
background-color: #130DDC;
}
</style>
border-color css
<style>
span { border-color: #130DDC; }
span { border-color: rgb(19,13,220); }
td.TdClassName
{
border-color: #130DDC;
}
.TagClassName
{
border-color: #130DDC;
}
</style>