Shades of Medium Blue #130ECE
Tints of Medium Blue #130ECE
RGB
CMYK
RGB Variations
Color information
#130ECE (or 0x130ECE) is known color: Medium Blue. HEX triplet: 13, 0E and CE. RGB value is (19,14,206). Sum of RGB (Red+Green+Blue) = 19+14+206=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 206 (80.86% from 255 or 86.19% from 239); Max value from RGB is 206 - color contains mainly: blue. Hex color #130ECE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130ECE is #ECF131. Grayscale: #242424. Windows color (decimal): -15528242 or 13504019. OLE color: 13504019.
HSL color Cylindrical-coordinate representation of color #130ECE: hue angle of 241.56º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130ECE is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 14 | 206 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.19 |
| HSL | 241.56º | 0.87% | 0.43% | - |
| HSV(B) | 241.56º | 0.93% | 0.81% | - |
| XYZ | 11.57 | 4.91 | 58.73 | - |
| YUV | 37.38 | 223.16 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 206 | 0.91 | 0.93 | 0 | 0.19 | 241.56 | 0.87 | 0.43 |
| Hex | 13 | E | CE | 5B | 5D | 0 | 13 | F2 | 57 | 2B |
| Octal | 23 | 16 | 316 | 133 | 135 | 0 | 23 | 362 | 127 | 53 |
| Binary | 10011 | 1110 | 11001110 | 1011011 | 1011101 | 0 | 10011 | 11110010 | 1010111 | 101011 |
Color Harmonies of #130ECE
Complementary color
Monochromatic Colors of #130ECE
Black with #130ECE
Text Example
Text Example
White with #130ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130ECE; }
p { color: rgb(19,14,206); }
H1.HeaderClassName
{
color: #130ECE;
}
.AnyTagClassName
{
color: #130ECE;
}
</style>
background-color css
<style>
a { background-color: #130ECE; }
a { background-color: rgb(19,14,206); }
div.DivClassName
{
background-color: #130ECE;
}
.BgClassName
{
background-color: #130ECE;
}
</style>
border-color css
<style>
span { border-color: #130ECE; }
span { border-color: rgb(19,14,206); }
td.TdClassName
{
border-color: #130ECE;
}
.TagClassName
{
border-color: #130ECE;
}
</style>