Shades of Medium Blue #130DCE
Tints of Medium Blue #130DCE
RGB
CMYK
RGB Variations
Color information
#130DCE (or 0x130DCE) is known color: Medium Blue. HEX triplet: 13, 0D and CE. RGB value is (19,13,206). Sum of RGB (Red+Green+Blue) = 19+13+206=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 206 (80.86% from 255 or 86.55% from 238); Max value from RGB is 206 - color contains mainly: blue. Hex color #130DCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DCE is #ECF231. Grayscale: #242424. Windows color (decimal): -15528498 or 13503763. OLE color: 13503763.
HSL color Cylindrical-coordinate representation of color #130DCE: hue angle of 241.87º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130DCE is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 13 | 206 | - |
| CMYK | 0.91 | 0.94 | 0 | 0.19 |
| HSL | 241.87º | 0.88% | 0.43% | - |
| HSV(B) | 241.87º | 0.94% | 0.81% | - |
| XYZ | 11.55 | 4.88 | 58.73 | - |
| YUV | 36.8 | 223.49 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 206 | 0.91 | 0.94 | 0 | 0.19 | 241.87 | 0.88 | 0.43 |
| Hex | 13 | D | CE | 5B | 5E | 0 | 13 | F2 | 58 | 2B |
| Octal | 23 | 15 | 316 | 133 | 136 | 0 | 23 | 362 | 130 | 53 |
| Binary | 10011 | 1101 | 11001110 | 1011011 | 1011110 | 0 | 10011 | 11110010 | 1011000 | 101011 |
Color Harmonies of #130DCE
Complementary color
Monochromatic Colors of #130DCE
Black with #130DCE
Text Example
Text Example
White with #130DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130DCE; }
p { color: rgb(19,13,206); }
H1.HeaderClassName
{
color: #130DCE;
}
.AnyTagClassName
{
color: #130DCE;
}
</style>
background-color css
<style>
a { background-color: #130DCE; }
a { background-color: rgb(19,13,206); }
div.DivClassName
{
background-color: #130DCE;
}
.BgClassName
{
background-color: #130DCE;
}
</style>
border-color css
<style>
span { border-color: #130DCE; }
span { border-color: rgb(19,13,206); }
td.TdClassName
{
border-color: #130DCE;
}
.TagClassName
{
border-color: #130DCE;
}
</style>