Shades of Medium Blue #130BDF
Tints of Medium Blue #130BDF
RGB
CMYK
RGB Variations
Color information
#130BDF (or 0x130BDF) is known color: Medium Blue. HEX triplet: 13, 0B and DF. RGB value is (19,11,223). Sum of RGB (Red+Green+Blue) = 19+11+223=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 11 (4.69% from 255 or 4.35% from 253); Blue value is 223 (87.5% from 255 or 88.14% from 253); Max value from RGB is 223 - color contains mainly: blue. Hex color #130BDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130BDF is #ECF420. Grayscale: #242424. Windows color (decimal): -15528993 or 14617363. OLE color: 14617363.
HSL color Cylindrical-coordinate representation of color #130BDF: hue angle of 242.26º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130BDF is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 11 | 223 | - |
| CMYK | 0.91 | 0.95 | 0 | 0.13 |
| HSL | 242.26º | 0.91% | 0.46% | - |
| HSV(B) | 242.26º | 0.95% | 0.87% | - |
| XYZ | 13.71 | 5.71 | 70.19 | - |
| YUV | 37.56 | 232.65 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 223 | 0.91 | 0.95 | 0 | 0.13 | 242.26 | 0.91 | 0.46 |
| Hex | 13 | B | DF | 5B | 5F | 0 | D | F2 | 5B | 2E |
| Octal | 23 | 13 | 337 | 133 | 137 | 0 | 15 | 362 | 133 | 56 |
| Binary | 10011 | 1011 | 11011111 | 1011011 | 1011111 | 0 | 1101 | 11110010 | 1011011 | 101110 |
Color Harmonies of #130BDF
Complementary color
Monochromatic Colors of #130BDF
Black with #130BDF
Text Example
Text Example
White with #130BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130BDF; }
p { color: rgb(19,11,223); }
H1.HeaderClassName
{
color: #130BDF;
}
.AnyTagClassName
{
color: #130BDF;
}
</style>
background-color css
<style>
a { background-color: #130BDF; }
a { background-color: rgb(19,11,223); }
div.DivClassName
{
background-color: #130BDF;
}
.BgClassName
{
background-color: #130BDF;
}
</style>
border-color css
<style>
span { border-color: #130BDF; }
span { border-color: rgb(19,11,223); }
td.TdClassName
{
border-color: #130BDF;
}
.TagClassName
{
border-color: #130BDF;
}
</style>