Shades of Medium Blue #130ADA
Tints of Medium Blue #130ADA
RGB
CMYK
RGB Variations
Color information
#130ADA (or 0x130ADA) is known color: Medium Blue. HEX triplet: 13, 0A and DA. RGB value is (19,10,218). Sum of RGB (Red+Green+Blue) = 19+10+218=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 218 (85.55% from 255 or 88.26% from 247); Max value from RGB is 218 - color contains mainly: blue. Hex color #130ADA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130ADA is #ECF525. Grayscale: #232323. Windows color (decimal): -15529254 or 14289427. OLE color: 14289427.
HSL color Cylindrical-coordinate representation of color #130ADA: hue angle of 242.6º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130ADA is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 10 | 218 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.15 |
| HSL | 242.6º | 0.91% | 0.45% | - |
| HSV(B) | 242.6º | 0.95% | 0.85% | - |
| XYZ | 13.03 | 5.42 | 66.69 | - |
| YUV | 36.4 | 230.48 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 218 | 0.91 | 0.95 | 0 | 0.15 | 242.6 | 0.91 | 0.45 |
| Hex | 13 | A | DA | 5B | 5F | 0 | F | F3 | 5B | 2D |
| Octal | 23 | 12 | 332 | 133 | 137 | 0 | 17 | 363 | 133 | 55 |
| Binary | 10011 | 1010 | 11011010 | 1011011 | 1011111 | 0 | 1111 | 11110011 | 1011011 | 101101 |
Color Harmonies of #130ADA
Complementary color
Monochromatic Colors of #130ADA
Black with #130ADA
Text Example
Text Example
White with #130ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130ADA; }
p { color: rgb(19,10,218); }
H1.HeaderClassName
{
color: #130ADA;
}
.AnyTagClassName
{
color: #130ADA;
}
</style>
background-color css
<style>
a { background-color: #130ADA; }
a { background-color: rgb(19,10,218); }
div.DivClassName
{
background-color: #130ADA;
}
.BgClassName
{
background-color: #130ADA;
}
</style>
border-color css
<style>
span { border-color: #130ADA; }
span { border-color: rgb(19,10,218); }
td.TdClassName
{
border-color: #130ADA;
}
.TagClassName
{
border-color: #130ADA;
}
</style>