Shades of Medium Blue #1A15B7
Tints of Medium Blue #1A15B7
RGB
CMYK
RGB Variations
Color information
#1A15B7 (or 0x1A15B7) is known color: Medium Blue. HEX triplet: 1A, 15 and B7. RGB value is (26,21,183). Sum of RGB (Red+Green+Blue) = 26+21+183=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 183 (71.88% from 255 or 79.57% from 230); Max value from RGB is 183 - color contains mainly: blue. Hex color #1A15B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A15B7 is #E5EA48. Grayscale: #282828. Windows color (decimal): -15067721 or 11998490. OLE color: 11998490.
HSL color Cylindrical-coordinate representation of color #1A15B7: hue angle of 241.85º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A15B7 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 21 | 183 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.28 |
| HSL | 241.85º | 0.79% | 0.4% | - |
| HSV(B) | 241.85º | 0.89% | 0.72% | - |
| XYZ | 9.24 | 4.17 | 45.12 | - |
| YUV | 40.96 | 208.16 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 21 | 183 | 0.86 | 0.89 | 0 | 0.28 | 241.85 | 0.79 | 0.4 |
| Hex | 1A | 15 | B7 | 56 | 59 | 0 | 1C | F2 | 4F | 28 |
| Octal | 32 | 25 | 267 | 126 | 131 | 0 | 34 | 362 | 117 | 50 |
| Binary | 11010 | 10101 | 10110111 | 1010110 | 1011001 | 0 | 11100 | 11110010 | 1001111 | 101000 |
Color Harmonies of #1A15B7
Complementary color
Monochromatic Colors of #1A15B7
Black with #1A15B7
Text Example
Text Example
White with #1A15B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A15B7; }
p { color: rgb(26,21,183); }
H1.HeaderClassName
{
color: #1A15B7;
}
.AnyTagClassName
{
color: #1A15B7;
}
</style>
background-color css
<style>
a { background-color: #1A15B7; }
a { background-color: rgb(26,21,183); }
div.DivClassName
{
background-color: #1A15B7;
}
.BgClassName
{
background-color: #1A15B7;
}
</style>
border-color css
<style>
span { border-color: #1A15B7; }
span { border-color: rgb(26,21,183); }
td.TdClassName
{
border-color: #1A15B7;
}
.TagClassName
{
border-color: #1A15B7;
}
</style>