Shades of Medium Blue #130DCC
Tints of Medium Blue #130DCC
RGB
CMYK
RGB Variations
Color information
#130DCC (or 0x130DCC) is known color: Medium Blue. HEX triplet: 13, 0D and CC. RGB value is (19,13,204). Sum of RGB (Red+Green+Blue) = 19+13+204=236 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.05% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 204 (80.08% from 255 or 86.44% from 236); Max value from RGB is 204 - color contains mainly: blue. Hex color #130DCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DCC is #ECF233. Grayscale: #232323. Windows color (decimal): -15528500 or 13372691. OLE color: 13372691.
HSL color Cylindrical-coordinate representation of color #130DCC: hue angle of 241.88º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130DCC is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 13 | 204 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.2 |
| HSL | 241.88º | 0.88% | 0.43% | - |
| HSV(B) | 241.88º | 0.94% | 0.8% | - |
| XYZ | 11.31 | 4.79 | 57.45 | - |
| YUV | 36.57 | 222.49 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 204 | 0.91 | 0.94 | 0 | 0.2 | 241.88 | 0.88 | 0.43 |
| Hex | 13 | D | CC | 5B | 5E | 0 | 14 | F2 | 58 | 2B |
| Octal | 23 | 15 | 314 | 133 | 136 | 0 | 24 | 362 | 130 | 53 |
| Binary | 10011 | 1101 | 11001100 | 1011011 | 1011110 | 0 | 10100 | 11110010 | 1011000 | 101011 |
Color Harmonies of #130DCC
Complementary color
Monochromatic Colors of #130DCC
Black with #130DCC
Text Example
Text Example
White with #130DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130DCC; }
p { color: rgb(19,13,204); }
H1.HeaderClassName
{
color: #130DCC;
}
.AnyTagClassName
{
color: #130DCC;
}
</style>
background-color css
<style>
a { background-color: #130DCC; }
a { background-color: rgb(19,13,204); }
div.DivClassName
{
background-color: #130DCC;
}
.BgClassName
{
background-color: #130DCC;
}
</style>
border-color css
<style>
span { border-color: #130DCC; }
span { border-color: rgb(19,13,204); }
td.TdClassName
{
border-color: #130DCC;
}
.TagClassName
{
border-color: #130DCC;
}
</style>