Shades of Medium Blue #130BCA
Tints of Medium Blue #130BCA
RGB
CMYK
RGB Variations
Color information
#130BCA (or 0x130BCA) is known color: Medium Blue. HEX triplet: 13, 0B and CA. RGB value is (19,11,202). Sum of RGB (Red+Green+Blue) = 19+11+202=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 202 (79.30% from 255 or 87.07% from 232); Max value from RGB is 202 - color contains mainly: blue. Hex color #130BCA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130BCA is #ECF435. Grayscale: #222222. Windows color (decimal): -15529014 or 13241107. OLE color: 13241107.
HSL color Cylindrical-coordinate representation of color #130BCA: hue angle of 242.51º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130BCA is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 11 | 202 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.21 |
| HSL | 242.51º | 0.9% | 0.42% | - |
| HSV(B) | 242.51º | 0.95% | 0.79% | - |
| XYZ | 11.05 | 4.64 | 56.19 | - |
| YUV | 35.17 | 222.15 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 202 | 0.91 | 0.95 | 0 | 0.21 | 242.51 | 0.9 | 0.42 |
| Hex | 13 | B | CA | 5B | 5F | 0 | 15 | F3 | 5A | 2A |
| Octal | 23 | 13 | 312 | 133 | 137 | 0 | 25 | 363 | 132 | 52 |
| Binary | 10011 | 1011 | 11001010 | 1011011 | 1011111 | 0 | 10101 | 11110011 | 1011010 | 101010 |
Color Harmonies of #130BCA
Complementary color
Monochromatic Colors of #130BCA
Black with #130BCA
Text Example
Text Example
White with #130BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130BCA; }
p { color: rgb(19,11,202); }
H1.HeaderClassName
{
color: #130BCA;
}
.AnyTagClassName
{
color: #130BCA;
}
</style>
background-color css
<style>
a { background-color: #130BCA; }
a { background-color: rgb(19,11,202); }
div.DivClassName
{
background-color: #130BCA;
}
.BgClassName
{
background-color: #130BCA;
}
</style>
border-color css
<style>
span { border-color: #130BCA; }
span { border-color: rgb(19,11,202); }
td.TdClassName
{
border-color: #130BCA;
}
.TagClassName
{
border-color: #130BCA;
}
</style>