Shades of Medium Blue #130BDA
Tints of Medium Blue #130BDA
RGB
CMYK
RGB Variations
Color information
#130BDA (or 0x130BDA) is known color: Medium Blue. HEX triplet: 13, 0B and DA. RGB value is (19,11,218). Sum of RGB (Red+Green+Blue) = 19+11+218=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 11 (4.69% from 255 or 4.44% from 248); Blue value is 218 (85.55% from 255 or 87.90% from 248); Max value from RGB is 218 - color contains mainly: blue. Hex color #130BDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130BDA is #ECF425. Grayscale: #242424. Windows color (decimal): -15528998 or 14289683. OLE color: 14289683.
HSL color Cylindrical-coordinate representation of color #130BDA: hue angle of 242.32º degrees, saturation: 0.9, 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 #130BDA is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 11 | 218 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.15 |
| HSL | 242.32º | 0.9% | 0.45% | - |
| HSV(B) | 242.32º | 0.95% | 0.85% | - |
| XYZ | 13.04 | 5.44 | 66.69 | - |
| YUV | 36.99 | 230.15 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 218 | 0.91 | 0.95 | 0 | 0.15 | 242.32 | 0.9 | 0.45 |
| Hex | 13 | B | DA | 5B | 5F | 0 | F | F2 | 5A | 2D |
| Octal | 23 | 13 | 332 | 133 | 137 | 0 | 17 | 362 | 132 | 55 |
| Binary | 10011 | 1011 | 11011010 | 1011011 | 1011111 | 0 | 1111 | 11110010 | 1011010 | 101101 |
Color Harmonies of #130BDA
Complementary color
Monochromatic Colors of #130BDA
Black with #130BDA
Text Example
Text Example
White with #130BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130BDA; }
p { color: rgb(19,11,218); }
H1.HeaderClassName
{
color: #130BDA;
}
.AnyTagClassName
{
color: #130BDA;
}
</style>
background-color css
<style>
a { background-color: #130BDA; }
a { background-color: rgb(19,11,218); }
div.DivClassName
{
background-color: #130BDA;
}
.BgClassName
{
background-color: #130BDA;
}
</style>
border-color css
<style>
span { border-color: #130BDA; }
span { border-color: rgb(19,11,218); }
td.TdClassName
{
border-color: #130BDA;
}
.TagClassName
{
border-color: #130BDA;
}
</style>