Shades of Medium Blue #260ABA
Tints of Medium Blue #260ABA
RGB
CMYK
RGB Variations
Color information
#260ABA (or 0x260ABA) is known color: Medium Blue. HEX triplet: 26, 0A and BA. RGB value is (38,10,186). Sum of RGB (Red+Green+Blue) = 38+10+186=234 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.24% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #260ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260ABA is #D9F545. Grayscale: #252525. Windows color (decimal): -14284102 or 12192294. OLE color: 12192294.
HSL color Cylindrical-coordinate representation of color #260ABA: hue angle of 249.55º degrees, saturation: 0.9, 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 #260ABA is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 10 | 186 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.27 |
| HSL | 249.55º | 0.9% | 0.38% | - |
| HSV(B) | 249.55º | 0.95% | 0.73% | - |
| XYZ | 9.77 | 4.17 | 46.75 | - |
| YUV | 38.44 | 211.28 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 186 | 0.80 | 0.95 | 0 | 0.27 | 249.55 | 0.9 | 0.38 |
| Hex | 26 | A | BA | 50 | 5F | 0 | 1B | FA | 5A | 26 |
| Octal | 46 | 12 | 272 | 120 | 137 | 0 | 33 | 372 | 132 | 46 |
| Binary | 100110 | 1010 | 10111010 | 1010000 | 1011111 | 0 | 11011 | 11111010 | 1011010 | 100110 |
Color Harmonies of #260ABA
Complementary color
Monochromatic Colors of #260ABA
Black with #260ABA
Text Example
Text Example
White with #260ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260ABA; }
p { color: rgb(38,10,186); }
H1.HeaderClassName
{
color: #260ABA;
}
.AnyTagClassName
{
color: #260ABA;
}
</style>
background-color css
<style>
a { background-color: #260ABA; }
a { background-color: rgb(38,10,186); }
div.DivClassName
{
background-color: #260ABA;
}
.BgClassName
{
background-color: #260ABA;
}
</style>
border-color css
<style>
span { border-color: #260ABA; }
span { border-color: rgb(38,10,186); }
td.TdClassName
{
border-color: #260ABA;
}
.TagClassName
{
border-color: #260ABA;
}
</style>