Shades of Medium Blue #1509CB
Tints of Medium Blue #1509CB
RGB
CMYK
RGB Variations
Color information
#1509CB (or 0x1509CB) is known color: Medium Blue. HEX triplet: 15, 09 and CB. RGB value is (21,9,203). Sum of RGB (Red+Green+Blue) = 21+9+203=233 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.01% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 203 (79.69% from 255 or 87.12% from 233); Max value from RGB is 203 - color contains mainly: blue. Hex color #1509CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1509CB is #EAF634. Grayscale: #212121. Windows color (decimal): -15398453 or 13306133. OLE color: 13306133.
HSL color Cylindrical-coordinate representation of color #1509CB: hue angle of 243.71º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1509CB is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 9 | 203 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.20 |
| HSL | 243.71º | 0.92% | 0.42% | - |
| HSV(B) | 243.71º | 0.96% | 0.8% | - |
| XYZ | 11.19 | 4.67 | 56.81 | - |
| YUV | 34.7 | 222.98 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 9 | 203 | 0.90 | 0.96 | 0 | 0.20 | 243.71 | 0.92 | 0.42 |
| Hex | 15 | 9 | CB | 5A | 60 | 0 | 14 | F4 | 5C | 2A |
| Octal | 25 | 11 | 313 | 132 | 140 | 0 | 24 | 364 | 134 | 52 |
| Binary | 10101 | 1001 | 11001011 | 1011010 | 1100000 | 0 | 10100 | 11110100 | 1011100 | 101010 |
Color Harmonies of #1509CB
Complementary color
Monochromatic Colors of #1509CB
Black with #1509CB
Text Example
Text Example
White with #1509CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1509CB; }
p { color: rgb(21,9,203); }
H1.HeaderClassName
{
color: #1509CB;
}
.AnyTagClassName
{
color: #1509CB;
}
</style>
background-color css
<style>
a { background-color: #1509CB; }
a { background-color: rgb(21,9,203); }
div.DivClassName
{
background-color: #1509CB;
}
.BgClassName
{
background-color: #1509CB;
}
</style>
border-color css
<style>
span { border-color: #1509CB; }
span { border-color: rgb(21,9,203); }
td.TdClassName
{
border-color: #1509CB;
}
.TagClassName
{
border-color: #1509CB;
}
</style>