Shades of Medium Blue #1509BA
Tints of Medium Blue #1509BA
RGB
CMYK
RGB Variations
Color information
#1509BA (or 0x1509BA) is known color: Medium Blue. HEX triplet: 15, 09 and BA. RGB value is (21,9,186). Sum of RGB (Red+Green+Blue) = 21+9+186=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 186 (73.05% from 255 or 86.11% from 216); Max value from RGB is 186 - color contains mainly: blue. Hex color #1509BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1509BA is #EAF645. Grayscale: #202020. Windows color (decimal): -15398470 or 12192021. OLE color: 12192021.
HSL color Cylindrical-coordinate representation of color #1509BA: hue angle of 244.07º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1509BA is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 9 | 186 | - |
| CMYK | 0.89 | 0.95 | 0 | 0.27 |
| HSL | 244.07º | 0.91% | 0.38% | - |
| HSV(B) | 244.07º | 0.95% | 0.73% | - |
| XYZ | 9.27 | 3.9 | 46.72 | - |
| YUV | 32.77 | 214.48 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 186 | 0.89 | 0.95 | 0 | 0.27 | 244.07 | 0.91 | 0.38 |
| Hex | 15 | 9 | BA | 59 | 5F | 0 | 1B | F4 | 5B | 26 |
| Octal | 25 | 11 | 272 | 131 | 137 | 0 | 33 | 364 | 133 | 46 |
| Binary | 10101 | 1001 | 10111010 | 1011001 | 1011111 | 0 | 11011 | 11110100 | 1011011 | 100110 |
Color Harmonies of #1509BA
Complementary color
Monochromatic Colors of #1509BA
Black with #1509BA
Text Example
Text Example
White with #1509BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1509BA; }
p { color: rgb(21,9,186); }
H1.HeaderClassName
{
color: #1509BA;
}
.AnyTagClassName
{
color: #1509BA;
}
</style>
background-color css
<style>
a { background-color: #1509BA; }
a { background-color: rgb(21,9,186); }
div.DivClassName
{
background-color: #1509BA;
}
.BgClassName
{
background-color: #1509BA;
}
</style>
border-color css
<style>
span { border-color: #1509BA; }
span { border-color: rgb(21,9,186); }
td.TdClassName
{
border-color: #1509BA;
}
.TagClassName
{
border-color: #1509BA;
}
</style>