Shades of Medium Blue #260BBA
Tints of Medium Blue #260BBA
RGB
CMYK
RGB Variations
Color information
#260BBA (or 0x260BBA) is known color: Medium Blue. HEX triplet: 26, 0B and BA. RGB value is (38,11,186). Sum of RGB (Red+Green+Blue) = 38+11+186=235 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.17% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #260BBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260BBA is #D9F445. Grayscale: #262626. Windows color (decimal): -14283846 or 12192550. OLE color: 12192550.
HSL color Cylindrical-coordinate representation of color #260BBA: hue angle of 249.26º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260BBA is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 11 | 186 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.27 |
| HSL | 249.26º | 0.89% | 0.39% | - |
| HSV(B) | 249.26º | 0.94% | 0.73% | - |
| XYZ | 9.78 | 4.2 | 46.75 | - |
| YUV | 39.02 | 210.95 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 186 | 0.80 | 0.94 | 0 | 0.27 | 249.26 | 0.89 | 0.39 |
| Hex | 26 | B | BA | 50 | 5E | 0 | 1B | F9 | 59 | 27 |
| Octal | 46 | 13 | 272 | 120 | 136 | 0 | 33 | 371 | 131 | 47 |
| Binary | 100110 | 1011 | 10111010 | 1010000 | 1011110 | 0 | 11011 | 11111001 | 1011001 | 100111 |
Color Harmonies of #260BBA
Complementary color
Monochromatic Colors of #260BBA
Black with #260BBA
Text Example
Text Example
White with #260BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260BBA; }
p { color: rgb(38,11,186); }
H1.HeaderClassName
{
color: #260BBA;
}
.AnyTagClassName
{
color: #260BBA;
}
</style>
background-color css
<style>
a { background-color: #260BBA; }
a { background-color: rgb(38,11,186); }
div.DivClassName
{
background-color: #260BBA;
}
.BgClassName
{
background-color: #260BBA;
}
</style>
border-color css
<style>
span { border-color: #260BBA; }
span { border-color: rgb(38,11,186); }
td.TdClassName
{
border-color: #260BBA;
}
.TagClassName
{
border-color: #260BBA;
}
</style>