Shades of Medium Blue #1505B5
Tints of Medium Blue #1505B5
RGB
CMYK
RGB Variations
Color information
#1505B5 (or 0x1505B5) is known color: Medium Blue. HEX triplet: 15, 05 and B5. RGB value is (21,5,181). Sum of RGB (Red+Green+Blue) = 21+5+181=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 181 (71.09% from 255 or 87.44% from 207); Max value from RGB is 181 - color contains mainly: blue. Hex color #1505B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1505B5 is #EAFA4A. Grayscale: #1D1D1D. Windows color (decimal): -15399499 or 11863317. OLE color: 11863317.
HSL color Cylindrical-coordinate representation of color #1505B5: hue angle of 245.45º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1505B5 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 5 | 181 | - |
| CMYK | 0.88 | 0.97 | 0 | 0.29 |
| HSL | 245.45º | 0.95% | 0.36% | - |
| HSV(B) | 245.45º | 0.97% | 0.71% | - |
| XYZ | 8.7 | 3.6 | 43.95 | - |
| YUV | 29.85 | 213.3 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 5 | 181 | 0.88 | 0.97 | 0 | 0.29 | 245.45 | 0.95 | 0.36 |
| Hex | 15 | 5 | B5 | 58 | 61 | 0 | 1D | F5 | 5F | 24 |
| Octal | 25 | 5 | 265 | 130 | 141 | 0 | 35 | 365 | 137 | 44 |
| Binary | 10101 | 101 | 10110101 | 1011000 | 1100001 | 0 | 11101 | 11110101 | 1011111 | 100100 |
Color Harmonies of #1505B5
Complementary color
Monochromatic Colors of #1505B5
Black with #1505B5
Text Example
Text Example
White with #1505B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1505B5; }
p { color: rgb(21,5,181); }
H1.HeaderClassName
{
color: #1505B5;
}
.AnyTagClassName
{
color: #1505B5;
}
</style>
background-color css
<style>
a { background-color: #1505B5; }
a { background-color: rgb(21,5,181); }
div.DivClassName
{
background-color: #1505B5;
}
.BgClassName
{
background-color: #1505B5;
}
</style>
border-color css
<style>
span { border-color: #1505B5; }
span { border-color: rgb(21,5,181); }
td.TdClassName
{
border-color: #1505B5;
}
.TagClassName
{
border-color: #1505B5;
}
</style>